#855608

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

Shades of Raw Umber #855608

Tints of Raw Umber #855608

Color information

#855608 (or 0x855608) is unknown color: approx Raw Umber. HEX triplet: 85, 56 and 08. RGB value is (133,86,8). Sum of RGB (Red+Green+Blue) = 133+86+8=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #855608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855608 is #7AA9F7. Grayscale: #5B5B5B. Windows color (decimal): -8038904 or 546437. OLE color: 546437.

HSL color Cylindrical-coordinate representation of color #855608: hue angle of 37.44º 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 #855608 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133868-
CMYK00.350.940.48
HSL37.44º88.65%27.65%-
HSV(B)37.44º93.98%52.16%-
XYZ13.0411.661.79-
YUV91.1681.07157.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=58.59%
G=37.89%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13386800.350.940.4837.4488.6527.65
Hex855680235E3025591c
Octal20512610043136604513134
Binary100001011010110100001000111011110110000100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855608; }

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

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

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

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

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

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

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

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