#C97721

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

Shades of Ochre #C97721

Tints of Ochre #C97721

Color information

#C97721 (or 0xC97721) is unknown color: approx Ochre. HEX triplet: C9, 77 and 21. RGB value is (201,119,33). Sum of RGB (Red+Green+Blue) = 201+119+33=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C97721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97721 is #3688DE. Grayscale: #868686. Windows color (decimal): -3573983 or 2193353. OLE color: 2193353.

HSL color Cylindrical-coordinate representation of color #C97721: hue angle of 30.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97721 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20111933-
CMYK00.410.840.21
HSL30.71º71.79%45.88%-
HSV(B)30.71º83.58%78.82%-
XYZ30.9625.724.77-
YUV133.7171.17175.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=56.94%
G=33.71%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011193300.410.840.2130.7171.7945.88
HexC9772102954151f482e
Octal31116741051124253711056
Binary1100100111101111000010101001101010010101111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97721; }

 p { color: rgb(201,119,33); }

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

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

 a { background-color: rgb(201,119,33); }

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

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

 span { border-color: rgb(201,119,33); }

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