#C9831E

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

Shades of Ochre #C9831E

Tints of Ochre #C9831E

Color information

#C9831E (or 0xC9831E) is unknown color: approx Ochre. HEX triplet: C9, 83 and 1E. RGB value is (201,131,30). Sum of RGB (Red+Green+Blue) = 201+131+30=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9831E is #367CE1. Grayscale: #8C8C8C. Windows color (decimal): -3570914 or 1999817. OLE color: 1999817.

HSL color Cylindrical-coordinate representation of color #C9831E: hue angle of 35.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9831E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB20113130-
CMYK00.350.850.21
HSL35.44º74.03%45.29%-
HSV(B)35.44º85.07%78.82%-
XYZ32.4428.745.07-
YUV140.4265.69171.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.52%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=55.52%
G=36.19%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011313000.350.850.2135.4474.0345.29
HexC9831E0235515234a2d
Octal31120336043125254311255
Binary11001001100000111111001000111010101101011000111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9831E; }

 p { color: rgb(201,131,30); }

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

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

 a { background-color: rgb(201,131,30); }

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

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

 span { border-color: rgb(201,131,30); }

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