#855600

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

Shades of Raw Umber #855600

Tints of Raw Umber #855600

Color information

#855600 (or 0x855600) is unknown color: approx Raw Umber. HEX triplet: 85, 56 and 00. RGB value is (133,86,0). Sum of RGB (Red+Green+Blue) = 133+86+0=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855600 is #7AA9FF. Grayscale: #5A5A5A. Windows color (decimal): -8038912 or 22149. OLE color: 22149.

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

Color convert

RGB133860-
CMYK00.3510.48
HSL38.8º100%26.08%-
HSV(B)38.8º100%52.16%-
XYZ1311.641.56-
YUV90.2577.07158.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.73%
G=39.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13386000.3510.4838.810026.08
Hex85560023643027641a
Octal2051260043144604714432
Binary100001011010110001000111100100110000100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855600; }

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

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

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

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

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

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

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

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