#855408

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

Shades of Raw Umber #855408

Tints of Raw Umber #855408

Color information

#855408 (or 0x855408) is unknown color: approx Raw Umber. HEX triplet: 85, 54 and 08. RGB value is (133,84,8). Sum of RGB (Red+Green+Blue) = 133+84+8=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #855408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855408 is #7AABF7. Grayscale: #5A5A5A. Windows color (decimal): -8039416 or 545925. OLE color: 545925.

HSL color Cylindrical-coordinate representation of color #855408: hue angle of 36.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #855408 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133848-
CMYK00.370.940.48
HSL36.48º88.65%27.65%-
HSV(B)36.48º93.98%52.16%-
XYZ12.8911.341.74-
YUV89.9981.73158.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.11%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=59.11%
G=37.33%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13384800.370.940.4836.4888.6527.65
Hex855480255E3024591c
Octal20512410045136604413134
Binary100001011010100100001001011011110110000100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855408; }

 p { color: rgb(133,84,8); }

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

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

 a { background-color: rgb(133,84,8); }

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

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

 span { border-color: rgb(133,84,8); }

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