Html Css Color HEX #856546 Dark Wood

📋 copy color: '#856546'

red 133 ◦ green 101 ◦ blue 70

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

Shades of Dark Wood #856546

Tints of Dark Wood #856546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 43.75%
G = 33.22%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856546 (or 0x856546) is known color: Dark Wood. HEX triplet: 85, 65 and 46. RGB value is (133,101,70). Sum of RGB (Red+Green+Blue) = 133+101+70=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #856546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856546 is #7A9AB9. Grayscale: #6B6B6B. Windows color (decimal): -8035002 or 4613509. OLE color: 4613509.

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

Color convert

RGB 133 101 70 -
CMYK 0 0.24 0.47 0.48
HSL 29.52º 0.31% 0.4% -
HSV(B) 29.52º 0.47% 0.52% -
XYZ 15.43 14.74 7.83 -
YUV 107.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 133 101 70 0 0.24 0.47 0.48 29.52 0.31 0.4
Hex 85 65 46 0 18 2F 30 1E 1F 28
Octal 205 145 106 0 30 57 60 36 37 50
Binary 10000101 1100101 1000110 0 11000 101111 110000 11110 11111 101000

Color Harmonies of #856546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856546

Black with #856546

Text Example


Text Example

White with #856546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856546; }

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

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

background-color css

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

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

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

border-color css

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

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

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