#824B04

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

Shades of Raw Umber #824B04

Tints of Raw Umber #824B04

Color information

#824B04 (or 0x824B04) is unknown color: approx Raw Umber. HEX triplet: 82, 4B and 04. RGB value is (130,75,4). Sum of RGB (Red+Green+Blue) = 130+75+4=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B04 is #7DB4FB. Grayscale: #535353. Windows color (decimal): -8238332 or 281474. OLE color: 281474.

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

Color convert

RGB130754-
CMYK00.420.970.49
HSL33.81º94.03%26.27%-
HSV(B)33.81º96.92%50.98%-
XYZ11.749.791.38-
YUV83.3583.22161.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=62.20%
G=35.89%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13075400.420.970.4933.8194.0326.27
Hex824B402A6131225e1a
Octal2021134052141614213632
Binary10000010100101110001010101100001110001100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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