#824B0A

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

Shades of Raw Umber #824B0A

Tints of Raw Umber #824B0A

Color information

#824B0A (or 0x824B0A) is unknown color: approx Raw Umber. HEX triplet: 82, 4B and 0A. RGB value is (130,75,10). Sum of RGB (Red+Green+Blue) = 130+75+10=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B0A is #7DB4F5. Grayscale: #545454. Windows color (decimal): -8238326 or 674690. OLE color: 674690.

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

Color convert

RGB1307510-
CMYK00.420.920.49
HSL32.5º85.71%27.45%-
HSV(B)32.5º92.31%50.98%-
XYZ11.789.81.56-
YUV84.0486.22160.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=60.47%
G=34.88%
B=4.65%

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
Decimal130751000.420.920.4932.585.7127.45
Hex824BA02A5C3120561b
Octal20211312052134614012633
Binary100000101001011101001010101011100110001100000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,10); }

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

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

 a { background-color: rgb(130,75,10); }

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

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

 span { border-color: rgb(130,75,10); }

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