#824C0B

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

Shades of Raw Umber #824C0B

Tints of Raw Umber #824C0B

Color information

#824C0B (or 0x824C0B) is unknown color: approx Raw Umber. HEX triplet: 82, 4C and 0B. RGB value is (130,76,11). Sum of RGB (Red+Green+Blue) = 130+76+11=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C0B is #7DB3F4. Grayscale: #555555. Windows color (decimal): -8238069 or 740482. OLE color: 740482.

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

Color convert

RGB1307611-
CMYK00.420.920.49
HSL32.77º84.4%27.65%-
HSV(B)32.77º91.54%50.98%-
XYZ11.859.941.61-
YUV84.7486.39160.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=59.91%
G=35.02%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130761100.420.920.4932.7784.427.65
Hex824CB02A5C3121541c
Octal20211413052134614112434
Binary100000101001100101101010101011100110001100001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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