#855102

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

Shades of Raw Umber #855102

Tints of Raw Umber #855102

Color information

#855102 (or 0x855102) is unknown color: approx Raw Umber. HEX triplet: 85, 51 and 02. RGB value is (133,81,2). Sum of RGB (Red+Green+Blue) = 133+81+2=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #855102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855102 is #7AAEFD. Grayscale: #575757. Windows color (decimal): -8040190 or 151941. OLE color: 151941.

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

Color convert

RGB133812-
CMYK00.390.980.48
HSL36.18º97.04%26.47%-
HSV(B)36.18º98.5%52.16%-
XYZ12.6310.881.49-
YUV87.5479.73160.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=61.57%
G=37.5%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13381200.390.980.4836.1897.0426.47
Hex85512027623024611a
Octal2051212047142604414132
Binary1000010110100011001001111100010110000100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855102; }

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

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

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

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

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

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

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

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