#805014

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

Shades of Raw Umber #805014

Tints of Raw Umber #805014

Color information

#805014 (or 0x805014) is unknown color: approx Raw Umber. HEX triplet: 80, 50 and 14. RGB value is (128,80,20). Sum of RGB (Red+Green+Blue) = 128+80+20=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #805014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805014 is #7FAFEB. Grayscale: #575757. Windows color (decimal): -8368108 or 1331328. OLE color: 1331328.

HSL color Cylindrical-coordinate representation of color #805014: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805014 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1288020-
CMYK00.380.840.50
HSL33.33º72.97%29.02%-
HSV(B)33.33º84.38%50.2%-
XYZ11.910.382.04-
YUV87.5189.9156.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=56.14%
G=35.09%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128802000.380.840.5033.3372.9729.02
Hex805014026543221491d
Octal20012024046124624111135
Binary1000000010100001010001001101010100110010100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805014; }

 p { color: rgb(128,80,20); }

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

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

 a { background-color: rgb(128,80,20); }

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

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

 span { border-color: rgb(128,80,20); }

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