#C37722

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

Shades of Ochre #C37722

Tints of Ochre #C37722

Color information

#C37722 (or 0xC37722) is unknown color: approx Ochre. HEX triplet: C3, 77 and 22. RGB value is (195,119,34). Sum of RGB (Red+Green+Blue) = 195+119+34=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37722 is #3C88DD. Grayscale: #848484. Windows color (decimal): -3967198 or 2258883. OLE color: 2258883.

HSL color Cylindrical-coordinate representation of color #C37722: hue angle of 31.68º 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 #C37722 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19511934-
CMYK00.390.830.24
HSL31.68º70.31%44.9%-
HSV(B)31.68º82.56%76.47%-
XYZ29.3924.914.77-
YUV132.0372.68172.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=56.03%
G=34.20%
B=9.77%

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
Decimal1951193400.390.830.2431.6870.3144.9
HexC37722027531820462d
Octal30316742047123304010655
Binary11000011111011110001001001111010011110001000001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37722; }

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

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

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

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

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

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

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

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