Html Css Color HEX #856548 Dark Wood

📋 copy color: '#856548'

red 133 ◦ green 101 ◦ blue 72

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

Shades of Dark Wood #856548

Tints of Dark Wood #856548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 43.46%
G = 33.01%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856548 (or 0x856548) is known color: Dark Wood. HEX triplet: 85, 65 and 48. RGB value is (133,101,72). Sum of RGB (Red+Green+Blue) = 133+101+72=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #856548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856548 is #7A9AB7. Grayscale: #6B6B6B. Windows color (decimal): -8035000 or 4744581. OLE color: 4744581.

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

Color convert

RGB 133 101 72 -
CMYK 0 0.24 0.46 0.48
HSL 28.52º 0.3% 0.4% -
HSV(B) 28.52º 0.46% 0.52% -
XYZ 15.5 14.76 8.16 -
YUV 107.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 133 101 72 0 0.24 0.46 0.48 28.52 0.3 0.4
Hex 85 65 48 0 18 2E 30 1D 1E 28
Octal 205 145 110 0 30 56 60 35 36 50
Binary 10000101 1100101 1001000 0 11000 101110 110000 11101 11110 101000

Color Harmonies of #856548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856548

Black with #856548

Text Example


Text Example

White with #856548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856548; }

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

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

background-color css

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

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

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

border-color css

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

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

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