#C97321

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

Shades of Ochre #C97321

Tints of Ochre #C97321

Color information

#C97321 (or 0xC97321) is unknown color: approx Ochre. HEX triplet: C9, 73 and 21. RGB value is (201,115,33). Sum of RGB (Red+Green+Blue) = 201+115+33=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C97321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97321 is #368CDE. Grayscale: #838383. Windows color (decimal): -3575007 or 2192329. OLE color: 2192329.

HSL color Cylindrical-coordinate representation of color #C97321: hue angle of 29.29º 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 #C97321 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20111533-
CMYK00.430.840.21
HSL29.29º71.79%45.88%-
HSV(B)29.29º83.58%78.82%-
XYZ30.4924.794.62-
YUV131.3772.49177.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=57.59%
G=32.95%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011153300.430.840.2129.2971.7945.88
HexC9732102B54151d482e
Octal31116341053124253511056
Binary1100100111100111000010101011101010010101111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97321; }

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

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

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

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

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

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

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

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