#855613

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

Shades of Raw Umber #855613

Tints of Raw Umber #855613

Color information

#855613 (or 0x855613) is unknown color: approx Raw Umber. HEX triplet: 85, 56 and 13. RGB value is (133,86,19). Sum of RGB (Red+Green+Blue) = 133+86+19=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #855613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855613 is #7AA9EC. Grayscale: #5C5C5C. Windows color (decimal): -8038893 or 1267333. OLE color: 1267333.

HSL color Cylindrical-coordinate representation of color #855613: hue angle of 35.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855613 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1338619-
CMYK00.350.860.48
HSL35.26º75%29.8%-
HSV(B)35.26º85.71%52.16%-
XYZ13.1211.692.18-
YUV92.4286.57156.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=55.88%
G=36.13%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133861900.350.860.4835.267529.8
Hex8556130235630234b1e
Octal20512623043126604311336
Binary1000010110101101001101000111010110110000100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855613; }

 p { color: rgb(133,86,19); }

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

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

 a { background-color: rgb(133,86,19); }

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

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

 span { border-color: rgb(133,86,19); }

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