#C37E18

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

Shades of Ochre #C37E18

Tints of Ochre #C37E18

Color information

#C37E18 (or 0xC37E18) is unknown color: approx Ochre. HEX triplet: C3, 7E and 18. RGB value is (195,126,24). Sum of RGB (Red+Green+Blue) = 195+126+24=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37E18 is #3C81E7. Grayscale: #878787. Windows color (decimal): -3965416 or 1605315. OLE color: 1605315.

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

Color convert

RGB19512624-
CMYK00.350.880.24
HSL35.79º78.08%42.94%-
HSV(B)35.79º87.69%76.47%-
XYZ30.1326.594.41-
YUV13565.36170.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 24 (9.77% from 255) = 6.96%
R=56.52%
G=36.52%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951262400.350.880.2435.7978.0842.94
HexC37E180235818244e2b
Octal30317630043130304411653
Binary1100001111111101100001000111011000110001001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E18; }

 p { color: rgb(195,126,24); }

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

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

 a { background-color: rgb(195,126,24); }

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

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

 span { border-color: rgb(195,126,24); }

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