#c97229

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

Shades of Ochre #C97229

Tints of Ochre #C97229

Color information

#C97229 (or 0xC97229) is unknown color: approx Ochre. HEX triplet: C9, 72 and 29. RGB value is (201,114,41). Sum of RGB (Red+Green+Blue) = 201+114+41=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C97229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97229 is #368DD6. Grayscale: #848484. Windows color (decimal): -3575255 or 2716361. OLE color: 2716361.

HSL color Cylindrical-coordinate representation of color #C97229: hue angle of 27.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97229 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20111441-
CMYK00.430.800.21
HSL27.38º66.12%47.45%-
HSV(B)27.38º79.6%78.82%-
XYZ30.524.615.24-
YUV131.6976.82177.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.46%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 41 (16.41% from 255) = 11.52%
R=56.46%
G=32.02%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011144100.430.800.2127.3866.1247.45
HexC9722902B50151b422f
Octal31116251053120253310257
Binary1100100111100101010010101011101000010101110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97229; }

 p { color: rgb(201,114,41); }

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

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

 a { background-color: rgb(201,114,41); }

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

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

 span { border-color: rgb(201,114,41); }

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