#C37119

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

Shades of Ochre #C37119

Tints of Ochre #C37119

Color information

#C37119 (or 0xC37119) is unknown color: approx Ochre. HEX triplet: C3, 71 and 19. RGB value is (195,113,25). Sum of RGB (Red+Green+Blue) = 195+113+25=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37119 is #3C8EE6. Grayscale: #7F7F7F. Windows color (decimal): -3968743 or 1667523. OLE color: 1667523.

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

Color convert

RGB19511325-
CMYK00.420.870.24
HSL31.06º77.27%43.14%-
HSV(B)31.06º87.18%76.47%-
XYZ28.5923.483.95-
YUV127.4970.17176.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=58.56%
G=33.93%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951132500.420.870.2431.0677.2743.14
HexC3711902A57181f4d2b
Octal30316131052127303711553
Binary110000111110001110010101010101011111000111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37119; }

 p { color: rgb(195,113,25); }

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

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

 a { background-color: rgb(195,113,25); }

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

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

 span { border-color: rgb(195,113,25); }

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