#824f08

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

Shades of Raw Umber #824F08

Tints of Raw Umber #824F08

Color information

#824F08 (or 0x824F08) is unknown color: approx Raw Umber. HEX triplet: 82, 4F and 08. RGB value is (130,79,8). Sum of RGB (Red+Green+Blue) = 130+79+8=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F08 is #7DB0F7. Grayscale: #565656. Windows color (decimal): -8237304 or 544642. OLE color: 544642.

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

Color convert

RGB130798-
CMYK00.390.940.49
HSL34.92º88.41%27.06%-
HSV(B)34.92º93.85%50.98%-
XYZ12.0510.361.59-
YUV86.1683.9159.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=59.91%
G=36.41%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13079800.390.940.4934.9288.4127.06
Hex824F80275E3123581b
Octal20211710047136614313033
Binary100000101001111100001001111011110110001100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824f08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,79,8); }

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

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

 a { background-color: rgb(130,79,8); }

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

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

 span { border-color: rgb(130,79,8); }

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