#C8731B

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

Shades of Ochre #C8731B

Tints of Ochre #C8731B

Color information

#C8731B (or 0xC8731B) is unknown color: approx Ochre. HEX triplet: C8, 73 and 1B. RGB value is (200,115,27). Sum of RGB (Red+Green+Blue) = 200+115+27=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8731B is #378CE4. Grayscale: #828282. Windows color (decimal): -3640549 or 1799112. OLE color: 1799112.

HSL color Cylindrical-coordinate representation of color #C8731B: hue angle of 30.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8731B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB20011527-
CMYK00.420.860.22
HSL30.52º76.21%44.51%-
HSV(B)30.52º86.5%78.43%-
XYZ30.1524.624.2-
YUV130.3869.66177.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 27 (10.94% from 255) = 7.89%
R=58.48%
G=33.63%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001152700.420.860.2230.5276.2144.51
HexC8731B02A56161f4c2d
Octal31016333052126263711455
Binary110010001110011110110101010101011010110111111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8731B; }

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

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

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

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

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

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

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

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