#855908

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

Shades of Raw Umber #855908

Tints of Raw Umber #855908

Color information

#855908 (or 0x855908) is unknown color: approx Raw Umber. HEX triplet: 85, 59 and 08. RGB value is (133,89,8). Sum of RGB (Red+Green+Blue) = 133+89+8=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #855908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855908 is #7AA6F7. Grayscale: #5D5D5D. Windows color (decimal): -8038136 or 547205. OLE color: 547205.

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

Color convert

RGB133898-
CMYK00.330.940.48
HSL38.88º88.65%27.65%-
HSV(B)38.88º93.98%52.16%-
XYZ13.2912.151.87-
YUV92.9280.08156.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=57.83%
G=38.70%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13389800.330.940.4838.8888.6527.65
Hex855980215E3027591c
Octal20513110041136604713134
Binary100001011011001100001000011011110110000100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855908; }

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

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

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

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

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

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

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

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