#824E0A

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

Shades of Raw Umber #824E0A

Tints of Raw Umber #824E0A

Color information

#824E0A (or 0x824E0A) is unknown color: approx Raw Umber. HEX triplet: 82, 4E and 0A. RGB value is (130,78,10). Sum of RGB (Red+Green+Blue) = 130+78+10=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E0A is #7DB1F5. Grayscale: #565656. Windows color (decimal): -8237558 or 675458. OLE color: 675458.

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

Color convert

RGB1307810-
CMYK00.400.920.49
HSL34º85.71%27.45%-
HSV(B)34º92.31%50.98%-
XYZ11.9910.221.63-
YUV85.885.23159.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=59.63%
G=35.78%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130781000.400.920.493485.7127.45
Hex824EA0285C3122561b
Octal20211612050134614212633
Binary100000101001110101001010001011100110001100010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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