#855805

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

Shades of Raw Umber #855805

Tints of Raw Umber #855805

Color information

#855805 (or 0x855805) is unknown color: approx Raw Umber. HEX triplet: 85, 58 and 05. RGB value is (133,88,5). Sum of RGB (Red+Green+Blue) = 133+88+5=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #855805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855805 is #7AA7FA. Grayscale: #5C5C5C. Windows color (decimal): -8038395 or 350341. OLE color: 350341.

HSL color Cylindrical-coordinate representation of color #855805: hue angle of 38.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #855805 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133885-
CMYK00.340.960.48
HSL38.91º92.75%27.06%-
HSV(B)38.91º96.24%52.16%-
XYZ13.1911.981.76-
YUV91.9978.91157.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=58.85%
G=38.94%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13388500.340.960.4838.9192.7527.06
Hex855850226030275d1b
Octal2051305042140604713533
Binary10000101101100010101000101100000110000100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855805; }

 p { color: rgb(133,88,5); }

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

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

 a { background-color: rgb(133,88,5); }

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

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

 span { border-color: rgb(133,88,5); }

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