#855103

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

Shades of Raw Umber #855103

Tints of Raw Umber #855103

Color information

#855103 (or 0x855103) is unknown color: approx Raw Umber. HEX triplet: 85, 51 and 03. RGB value is (133,81,3). Sum of RGB (Red+Green+Blue) = 133+81+3=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855103 is #7AAEFC. Grayscale: #585858. Windows color (decimal): -8040189 or 217477. OLE color: 217477.

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

Color convert

RGB133813-
CMYK00.390.980.48
HSL36º95.59%26.67%-
HSV(B)36º97.74%52.16%-
XYZ12.6310.881.52-
YUV87.6680.23160.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=61.29%
G=37.33%
B=1.38%

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
Decimal13381300.390.980.483695.5926.67
Hex85513027623024601b
Octal2051213047142604414033
Binary1000010110100011101001111100010110000100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855103; }

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

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

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

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

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

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

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

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