#824E0B

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

Shades of Raw Umber #824E0B

Tints of Raw Umber #824E0B

Color information

#824E0B (or 0x824E0B) is unknown color: approx Raw Umber. HEX triplet: 82, 4E and 0B. RGB value is (130,78,11). Sum of RGB (Red+Green+Blue) = 130+78+11=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E0B is #7DB1F4. Grayscale: #565656. Windows color (decimal): -8237557 or 740994. OLE color: 740994.

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

Color convert

RGB1307811-
CMYK00.400.920.49
HSL33.78º84.4%27.65%-
HSV(B)33.78º91.54%50.98%-
XYZ11.9910.221.66-
YUV85.9185.73159.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=59.36%
G=35.62%
B=5.02%

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
Decimal130781100.400.920.4933.7884.427.65
Hex824EB0285C3122541c
Octal20211613050134614212434
Binary100000101001110101101010001011100110001100010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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