#855200

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

Shades of Raw Umber #855200

Tints of Raw Umber #855200

Color information

#855200 (or 0x855200) is unknown color: approx Raw Umber. HEX triplet: 85, 52 and 00. RGB value is (133,82,0). Sum of RGB (Red+Green+Blue) = 133+82+0=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #855200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855200 is #7AADFF. Grayscale: #585858. Windows color (decimal): -8039936 or 21125. OLE color: 21125.

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

Color convert

RGB133820-
CMYK00.3810.48
HSL36.99º100%26.08%-
HSV(B)36.99º100%52.16%-
XYZ12.6911.021.46-
YUV87.978.4160.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.86%
G=38.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382000.3810.4836.9910026.08
Hex85520026643025641a
Octal2051220046144604514432
Binary100001011010010001001101100100110000100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855200; }

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

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

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

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

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

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

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

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