#C8730B

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

Shades of Ochre #C8730B

Tints of Ochre #C8730B

Color information

#C8730B (or 0xC8730B) is unknown color: approx Ochre. HEX triplet: C8, 73 and 0B. RGB value is (200,115,11). Sum of RGB (Red+Green+Blue) = 200+115+11=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8730B is #378CF4. Grayscale: #818181. Windows color (decimal): -3640565 or 750536. OLE color: 750536.

HSL color Cylindrical-coordinate representation of color #C8730B: hue angle of 33.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8730B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB20011511-
CMYK00.420.940.22
HSL33.02º89.57%41.37%-
HSV(B)33.02º94.5%78.43%-
XYZ30.0124.563.48-
YUV128.5661.66178.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.35%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 11 (4.69% from 255) = 3.37%
R=61.35%
G=35.28%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001151100.420.940.2233.0289.5741.37
HexC873B02A5E16215a29
Octal31016313052136264113251
Binary110010001110011101101010101011110101101000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8730B; }

 p { color: rgb(200,115,11); }

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

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

 a { background-color: rgb(200,115,11); }

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

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

 span { border-color: rgb(200,115,11); }

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