#855400

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

Shades of Raw Umber #855400

Tints of Raw Umber #855400

Color information

#855400 (or 0x855400) is unknown color: approx Raw Umber. HEX triplet: 85, 54 and 00. RGB value is (133,84,0). Sum of RGB (Red+Green+Blue) = 133+84+0=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855400 is #7AABFF. Grayscale: #595959. Windows color (decimal): -8039424 or 21637. OLE color: 21637.

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

Color convert

RGB133840-
CMYK00.3710.48
HSL37.89º100%26.08%-
HSV(B)37.89º100%52.16%-
XYZ12.8411.331.51-
YUV89.0777.73159.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.29%
G=38.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13384000.3710.4837.8910026.08
Hex85540025643026641a
Octal2051240045144604614432
Binary100001011010100001001011100100110000100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855400; }

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

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

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

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

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

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

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

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