#C37227

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

Shades of Ochre #C37227

Tints of Ochre #C37227

Color information

#C37227 (or 0xC37227) is unknown color: approx Ochre. HEX triplet: C3, 72 and 27. RGB value is (195,114,39). Sum of RGB (Red+Green+Blue) = 195+114+39=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37227 is #3C8DD8. Grayscale: #828282. Windows color (decimal): -3968473 or 2585283. OLE color: 2585283.

HSL color Cylindrical-coordinate representation of color #C37227: hue angle of 28.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C37227 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19511439-
CMYK00.420.800.24
HSL28.85º66.67%45.88%-
HSV(B)28.85º80%76.47%-
XYZ28.8923.784.99-
YUV129.6776.84174.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=56.03%
G=32.76%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951143900.420.800.2428.8566.6745.88
HexC3722702A50181d432e
Octal30316247052120303510356
Binary1100001111100101001110101010101000011000111011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37227; }

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

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

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

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

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

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

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

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