#C9841E

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

Shades of Ochre #C9841E

Tints of Ochre #C9841E

Color information

#C9841E (or 0xC9841E) is unknown color: approx Ochre. HEX triplet: C9, 84 and 1E. RGB value is (201,132,30). Sum of RGB (Red+Green+Blue) = 201+132+30=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9841E is #367BE1. Grayscale: #8D8D8D. Windows color (decimal): -3570658 or 2000073. OLE color: 2000073.

HSL color Cylindrical-coordinate representation of color #C9841E: hue angle of 35.79º 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 #C9841E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB20113230-
CMYK00.340.850.21
HSL35.79º74.03%45.29%-
HSV(B)35.79º85.07%78.82%-
XYZ32.5729.015.11-
YUV14165.36170.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.37%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 8.26%
R=55.37%
G=36.36%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011323000.340.850.2135.7974.0345.29
HexC9841E0225515244a2d
Octal31120436042125254411255
Binary11001001100001001111001000101010101101011001001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9841E; }

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

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

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

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

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

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

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

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