Html Css Color HEX #856543 Dark Wood

📋 copy color: '#856543'

red 133 ◦ green 101 ◦ blue 67

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

Shades of Dark Wood #856543

Tints of Dark Wood #856543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 44.19%
G = 33.55%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856543 (or 0x856543) is known color: Dark Wood. HEX triplet: 85, 65 and 43. RGB value is (133,101,67). Sum of RGB (Red+Green+Blue) = 133+101+67=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856543 is #7A9ABC. Grayscale: #6A6A6A. Windows color (decimal): -8035005 or 4416901. OLE color: 4416901.

HSL color Cylindrical-coordinate representation of color #856543: hue angle of 30.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856543 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 67 -
CMYK 0 0.24 0.50 0.48
HSL 30.91º 0.33% 0.39% -
HSV(B) 30.91º 0.5% 0.52% -
XYZ 15.34 14.7 7.34 -
YUV 106.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 133 101 67 0 0.24 0.50 0.48 30.91 0.33 0.39
Hex 85 65 43 0 18 32 30 1F 21 27
Octal 205 145 103 0 30 62 60 37 41 47
Binary 10000101 1100101 1000011 0 11000 110010 110000 11111 100001 100111

Color Harmonies of #856543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856543

Black with #856543

Text Example


Text Example

White with #856543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856543; }

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

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

background-color css

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

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

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

border-color css

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

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

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