#855501

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

Shades of Raw Umber #855501

Tints of Raw Umber #855501

Color information

#855501 (or 0x855501) is unknown color: approx Raw Umber. HEX triplet: 85, 55 and 01. RGB value is (133,85,1). Sum of RGB (Red+Green+Blue) = 133+85+1=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855501 is #7AAAFE. Grayscale: #5A5A5A. Windows color (decimal): -8039167 or 87429. OLE color: 87429.

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

Color convert

RGB133851-
CMYK00.360.990.48
HSL38.18º98.51%26.27%-
HSV(B)38.18º99.25%52.16%-
XYZ12.9311.491.56-
YUV89.7877.9158.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=60.73%
G=38.81%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13385100.360.990.4838.1898.5126.27
Hex85551024633026631a
Octal2051251044143604614332
Binary100001011010101101001001100011110000100110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855501; }

 p { color: rgb(133,85,1); }

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

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

 a { background-color: rgb(133,85,1); }

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

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

 span { border-color: rgb(133,85,1); }

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