#855B45

Color #855B45 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #855B45

Tints of Dark Wood #855B45

Color information

#855B45 (or 0x855B45) is unknown color: approx Dark Wood. HEX triplet: 85, 5B and 45. RGB value is (133,91,69). Sum of RGB (Red+Green+Blue) = 133+91+69=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #855B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B45 is #7AA4BA. Grayscale: #656565. Windows color (decimal): -8037563 or 4545413. OLE color: 4545413.

HSL color Cylindrical-coordinate representation of color #855B45: hue angle of 20.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855B45 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1339169-
CMYK00.320.480.48
HSL20.62º31.68%39.61%-
HSV(B)20.62º48.12%52.16%-
XYZ14.4912.97.36-
YUV101.05109.91150.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=45.39%
G=31.06%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133916900.320.480.4820.6231.6839.61
Hex855B450203030152028
Octal2051331050406060254050
Binary1000010110110111000101010000011000011000010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B45; }

 p { color: rgb(133,91,69); }

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

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

 a { background-color: rgb(133,91,69); }

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

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

 span { border-color: rgb(133,91,69); }

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