#804B05

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

Shades of Raw Umber #804B05

Tints of Raw Umber #804B05

Color information

#804B05 (or 0x804B05) is unknown color: approx Raw Umber. HEX triplet: 80, 4B and 05. RGB value is (128,75,5). Sum of RGB (Red+Green+Blue) = 128+75+5=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #804B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804B05 is #7FB4FA. Grayscale: #535353. Windows color (decimal): -8369403 or 347008. OLE color: 347008.

HSL color Cylindrical-coordinate representation of color #804B05: hue angle of 34.15º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #804B05 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB128755-
CMYK00.410.960.50
HSL34.15º92.48%26.08%-
HSV(B)34.15º96.09%50.2%-
XYZ11.459.631.4-
YUV82.8784.06160.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=61.54%
G=36.06%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12875500.410.960.5034.1592.4826.08
Hex804B50296032225c1a
Octal2001135051140624213432
Binary10000000100101110101010011100000110010100010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804B05; }

 p { color: rgb(128,75,5); }

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

<style>
 a { background-color: #804B05; }

 a { background-color: rgb(128,75,5); }

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

<style>
 span { border-color: #804B05; }

 span { border-color: rgb(128,75,5); }

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