#C9730F

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

Shades of Ochre #C9730F

Tints of Ochre #C9730F

Color information

#C9730F (or 0xC9730F) is unknown color: approx Ochre. HEX triplet: C9, 73 and 0F. RGB value is (201,115,15). Sum of RGB (Red+Green+Blue) = 201+115+15=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730F is #368CF0. Grayscale: #818181. Windows color (decimal): -3575025 or 1012681. OLE color: 1012681.

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

Color convert

RGB20111515-
CMYK00.430.930.21
HSL32.26º86.11%42.35%-
HSV(B)32.26º92.54%78.82%-
XYZ30.324.713.62-
YUV129.3163.49179.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 15 (6.25% from 255) = 4.53%
R=60.73%
G=34.74%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011151500.430.930.2132.2686.1142.35
HexC973F02B5D1520562a
Octal31116317053135254012652
Binary110010011110011111101010111011101101011000001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9730F; }

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

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

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

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

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

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

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

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