#855206

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

Shades of Raw Umber #855206

Tints of Raw Umber #855206

Color information

#855206 (or 0x855206) is unknown color: approx Raw Umber. HEX triplet: 85, 52 and 06. RGB value is (133,82,6). Sum of RGB (Red+Green+Blue) = 133+82+6=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #855206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855206 is #7AADF9. Grayscale: #585858. Windows color (decimal): -8039930 or 414341. OLE color: 414341.

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

Color convert

RGB133826-
CMYK00.380.950.48
HSL35.91º91.37%27.25%-
HSV(B)35.91º95.49%52.16%-
XYZ12.7211.031.63-
YUV88.5881.4159.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=60.18%
G=37.10%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382600.380.950.4835.9191.3727.25
Hex855260265F30245b1b
Octal2051226046137604413333
Binary10000101101001011001001101011111110000100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855206; }

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

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

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

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

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

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

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

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