#855100

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

Shades of Raw Umber #855100

Tints of Raw Umber #855100

Color information

#855100 (or 0x855100) is unknown color: approx Raw Umber. HEX triplet: 85, 51 and 00. RGB value is (133,81,0). Sum of RGB (Red+Green+Blue) = 133+81+0=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #855100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855100 is #7AAEFF. Grayscale: #575757. Windows color (decimal): -8040192 or 20869. OLE color: 20869.

HSL color Cylindrical-coordinate representation of color #855100: hue angle of 36.54º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133810-
CMYK00.3910.48
HSL36.54º100%26.08%-
HSV(B)36.54º100%52.16%-
XYZ12.6210.871.43-
YUV87.3178.73160.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.15%
G=37.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13381000.3910.4836.5410026.08
Hex85510027643025641a
Octal2051210047144604514432
Binary100001011010001001001111100100110000100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855100; }

 p { color: rgb(133,81,0); }

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

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

 a { background-color: rgb(133,81,0); }

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

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

 span { border-color: rgb(133,81,0); }

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