#824F0B

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

Shades of Raw Umber #824F0B

Tints of Raw Umber #824F0B

Color information

#824F0B (or 0x824F0B) is unknown color: approx Raw Umber. HEX triplet: 82, 4F and 0B. RGB value is (130,79,11). Sum of RGB (Red+Green+Blue) = 130+79+11=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F0B is #7DB0F4. Grayscale: #565656. Windows color (decimal): -8237301 or 741250. OLE color: 741250.

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

Color convert

RGB1307911-
CMYK00.390.920.49
HSL34.29º84.4%27.65%-
HSV(B)34.29º91.54%50.98%-
XYZ12.0610.361.68-
YUV86.585.4159.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 11 (4.69% from 255) = 5%
R=59.09%
G=35.91%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130791100.390.920.4934.2984.427.65
Hex824FB0275C3122541c
Octal20211713047134614212434
Binary100000101001111101101001111011100110001100010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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