#C37622

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

Shades of Ochre #C37622

Tints of Ochre #C37622

Color information

#C37622 (or 0xC37622) is unknown color: approx Ochre. HEX triplet: C3, 76 and 22. RGB value is (195,118,34). Sum of RGB (Red+Green+Blue) = 195+118+34=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37622 is #3C89DD. Grayscale: #838383. Windows color (decimal): -3967454 or 2258627. OLE color: 2258627.

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

Color convert

RGB19511834-
CMYK00.390.830.24
HSL31.3º70.31%44.9%-
HSV(B)31.3º82.56%76.47%-
XYZ29.2724.674.73-
YUV131.4573.01173.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=56.20%
G=34.01%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951183400.390.830.2431.370.3144.9
HexC3762202753181f462d
Octal30316642047123303710655
Binary1100001111101101000100100111101001111000111111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37622; }

 p { color: rgb(195,118,34); }

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

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

 a { background-color: rgb(195,118,34); }

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

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

 span { border-color: rgb(195,118,34); }

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