#C9720A

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

Shades of Ochre #C9720A

Tints of Ochre #C9720A

Color information

#C9720A (or 0xC9720A) is unknown color: approx Ochre. HEX triplet: C9, 72 and 0A. RGB value is (201,114,10). Sum of RGB (Red+Green+Blue) = 201+114+10=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9720A is #368DF5. Grayscale: #808080. Windows color (decimal): -3575286 or 684745. OLE color: 684745.

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

Color convert

RGB20111410-
CMYK00.430.950.21
HSL32.67º90.52%41.37%-
HSV(B)32.67º95.02%78.82%-
XYZ30.1624.473.42-
YUV128.1661.32179.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.85%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 10 (4.30% from 255) = 3.08%
R=61.85%
G=35.08%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011141000.430.950.2132.6790.5241.37
HexC972A02B5F15215b29
Octal31116212053137254113351
Binary110010011110010101001010111011111101011000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9720A; }

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

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

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

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

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

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

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

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