#824F12

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

Shades of Raw Umber #824F12

Tints of Raw Umber #824F12

Color information

#824F12 (or 0x824F12) is unknown color: approx Raw Umber. HEX triplet: 82, 4F and 12. RGB value is (130,79,18). Sum of RGB (Red+Green+Blue) = 130+79+18=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F12 is #7DB0ED. Grayscale: #575757. Windows color (decimal): -8237294 or 1200002. OLE color: 1200002.

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

Color convert

RGB1307918-
CMYK00.390.860.49
HSL32.68º75.68%29.02%-
HSV(B)32.68º86.15%50.98%-
XYZ12.1110.381.94-
YUV87.388.9158.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=57.27%
G=34.80%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130791800.390.860.4932.6875.6829.02
Hex824F120275631214c1d
Octal20211722047126614111435
Binary1000001010011111001001001111010110110001100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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