#855003

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

Shades of Raw Umber #855003

Tints of Raw Umber #855003

Color information

#855003 (or 0x855003) is unknown color: approx Raw Umber. HEX triplet: 85, 50 and 03. RGB value is (133,80,3). Sum of RGB (Red+Green+Blue) = 133+80+3=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #855003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855003 is #7AAFFC. Grayscale: #575757. Windows color (decimal): -8040445 or 217221. OLE color: 217221.

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

Color convert

RGB133803-
CMYK00.400.980.48
HSL35.54º95.59%26.67%-
HSV(B)35.54º97.74%52.16%-
XYZ12.5610.731.5-
YUV87.0780.56160.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=61.57%
G=37.04%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13380300.400.980.4835.5495.5926.67
Hex85503028623024601b
Octal2051203050142604414033
Binary1000010110100001101010001100010110000100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855003; }

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

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

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

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

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

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

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

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