#824E11

Color #824E11 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #824E11

Tints of Raw Umber #824E11

Color information

#824E11 (or 0x824E11) is unknown color: approx Raw Umber. HEX triplet: 82, 4E and 11. RGB value is (130,78,17). Sum of RGB (Red+Green+Blue) = 130+78+17=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E11 is #7DB1EE. Grayscale: #565656. Windows color (decimal): -8237551 or 1134210. OLE color: 1134210.

HSL color Cylindrical-coordinate representation of color #824E11: hue angle of 32.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #824E11 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1307817-
CMYK00.400.870.49
HSL32.39º76.87%28.82%-
HSV(B)32.39º86.92%50.98%-
XYZ12.0310.241.87-
YUV86.5988.73158.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=57.78%
G=34.67%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130781700.400.870.4932.3976.8728.82
Hex824E110285731204d1d
Octal20211621050127614011535
Binary1000001010011101000101010001010111110001100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E11; }

 p { color: rgb(130,78,17); }

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

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

 a { background-color: rgb(130,78,17); }

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

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

 span { border-color: rgb(130,78,17); }

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