#824A08

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

Shades of Raw Umber #824A08

Tints of Raw Umber #824A08

Color information

#824A08 (or 0x824A08) is unknown color: approx Raw Umber. HEX triplet: 82, 4A and 08. RGB value is (130,74,8). Sum of RGB (Red+Green+Blue) = 130+74+8=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A08 is #7DB5F7. Grayscale: #535353. Windows color (decimal): -8238584 or 543362. OLE color: 543362.

HSL color Cylindrical-coordinate representation of color #824A08: hue angle of 32.46º 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 #824A08 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130748-
CMYK00.430.940.49
HSL32.46º88.41%27.06%-
HSV(B)32.46º93.85%50.98%-
XYZ11.79.661.48-
YUV83.2285.55161.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=61.32%
G=34.91%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13074800.430.940.4932.4688.4127.06
Hex824A802B5E3120581b
Octal20211210053136614013033
Binary100000101001010100001010111011110110001100000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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