#85560E

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

Shades of Raw Umber #85560E

Tints of Raw Umber #85560E

Color information

#85560E (or 0x85560E) is unknown color: approx Raw Umber. HEX triplet: 85, 56 and 0E. RGB value is (133,86,14). Sum of RGB (Red+Green+Blue) = 133+86+14=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560E is #7AA9F1. Grayscale: #5C5C5C. Windows color (decimal): -8038898 or 939653. OLE color: 939653.

HSL color Cylindrical-coordinate representation of color #85560E: hue angle of 36.3º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85560E is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1338614-
CMYK00.350.890.48
HSL36.3º80.95%28.82%-
HSV(B)36.3º89.47%52.16%-
XYZ13.0811.671.98-
YUV91.8484.07157.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=57.08%
G=36.91%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133861400.350.890.4836.380.9528.82
Hex8556E023593024511d
Octal20512616043131604412135
Binary100001011010110111001000111011001110000100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85560E; }

 p { color: rgb(133,86,14); }

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

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

 a { background-color: rgb(133,86,14); }

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

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

 span { border-color: rgb(133,86,14); }

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