#C8831D

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

Shades of Ochre #C8831D

Tints of Ochre #C8831D

Color information

#C8831D (or 0xC8831D) is unknown color: approx Ochre. HEX triplet: C8, 83 and 1D. RGB value is (200,131,29). Sum of RGB (Red+Green+Blue) = 200+131+29=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8831D is #377CE2. Grayscale: #8C8C8C. Windows color (decimal): -3636451 or 1934280. OLE color: 1934280.

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

Color convert

RGB20013129-
CMYK00.340.860.22
HSL35.79º74.67%44.9%-
HSV(B)35.79º85.5%78.43%-
XYZ32.1628.64.99-
YUV14065.36170.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 29 (11.72% from 255) = 8.06%
R=55.56%
G=36.39%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001312900.340.860.2235.7974.6744.9
HexC8831D0225616244b2d
Octal31020335042126264411355
Binary11001000100000111110101000101010110101101001001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8831D; }

 p { color: rgb(200,131,29); }

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

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

 a { background-color: rgb(200,131,29); }

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

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

 span { border-color: rgb(200,131,29); }

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