#855208

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

Shades of Raw Umber #855208

Tints of Raw Umber #855208

Color information

#855208 (or 0x855208) is unknown color: approx Raw Umber. HEX triplet: 85, 52 and 08. RGB value is (133,82,8). Sum of RGB (Red+Green+Blue) = 133+82+8=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #855208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855208 is #7AADF7. Grayscale: #595959. Windows color (decimal): -8039928 or 545413. OLE color: 545413.

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

Color convert

RGB133828-
CMYK00.380.940.48
HSL35.52º88.65%27.65%-
HSV(B)35.52º93.98%52.16%-
XYZ12.7311.041.69-
YUV88.8182.4159.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=59.64%
G=36.77%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382800.380.940.4835.5288.6527.65
Hex855280265E3024591c
Octal20512210046136604413134
Binary100001011010010100001001101011110110000100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855208; }

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

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

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

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

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

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

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

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