Html Css Color HEX #856545 Dark Wood

📋 copy color: '#856545'

red 133 ◦ green 101 ◦ blue 69

#856545
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #856545

Tints of Dark Wood #856545

RGB

 RED value IS 133 (52.34% from 255) = 43.89%

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 43.89%
G = 33.33%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856545 (or 0x856545) is known color: Dark Wood. HEX triplet: 85, 65 and 45. RGB value is (133,101,69). Sum of RGB (Red+Green+Blue) = 133+101+69=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856545 is #7A9ABA. Grayscale: #6B6B6B. Windows color (decimal): -8035003 or 4547973. OLE color: 4547973.

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

Color convert

RGB 133 101 69 -
CMYK 0 0.24 0.48 0.48
HSL 30º 0.32% 0.4% -
HSV(B) 30º 0.48% 0.52% -
XYZ 15.4 14.72 7.66 -
YUV 106.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 133 101 69 0 0.24 0.48 0.48 30 0.32 0.4
Hex 85 65 45 0 18 30 30 1E 20 28
Octal 205 145 105 0 30 60 60 36 40 50
Binary 10000101 1100101 1000101 0 11000 110000 110000 11110 100000 101000

Color Harmonies of #856545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856545

Black with #856545

Text Example


Text Example

White with #856545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856545; }

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

 H1.HeaderClassName
 {
   color: #856545;
 }
 .AnyTagClassName
 {
   color: #856545;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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