#c37225

Color #C37225 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C37225

Tints of Ochre #C37225

Color information

#C37225 (or 0xC37225) is unknown color: approx Ochre. HEX triplet: C3, 72 and 25. RGB value is (195,114,37). Sum of RGB (Red+Green+Blue) = 195+114+37=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37225 is #3C8DDA. Grayscale: #818181. Windows color (decimal): -3968475 or 2454211. OLE color: 2454211.

HSL color Cylindrical-coordinate representation of color #C37225: hue angle of 29.24º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37225 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19511437-
CMYK00.420.810.24
HSL29.24º68.1%45.49%-
HSV(B)29.24º81.03%76.47%-
XYZ28.8623.774.82-
YUV129.4475.84174.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=56.36%
G=32.95%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951143700.420.810.2429.2468.145.49
HexC3722502A51181d442d
Octal30316245052121303510455
Binary1100001111100101001010101010101000111000111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c37225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c37225; }

 p { color: rgb(195,114,37); }

 H1.HeaderClassName
 {
   color: #c37225;
 }
 .AnyTagClassName
 {
   color: #c37225;
 }
</style>
background-color css

<style>
 a { background-color: #c37225; }

 a { background-color: rgb(195,114,37); }

 div.DivClassName
 {
   background-color: #c37225;
 }
 .BgClassName
 {
   background-color: #c37225;
 }
</style>
border-color css

<style>
 span { border-color: #c37225; }

 span { border-color: rgb(195,114,37); }

 td.TdClassName
 {
   border-color: #c37225;
 }
 .TagClassName
 {
   border-color: #c37225;
 }
</style>