Html Css Color HEX #856441 Dark Wood

📋 copy color: '#856441'

red 133 ◦ green 100 ◦ blue 65

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

Shades of Dark Wood #856441

Tints of Dark Wood #856441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 44.63%
G = 33.56%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856441 (or 0x856441) is known color: Dark Wood. HEX triplet: 85, 64 and 41. RGB value is (133,100,65). Sum of RGB (Red+Green+Blue) = 133+100+65=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #856441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856441 is #7A9BBE. Grayscale: #6A6A6A. Windows color (decimal): -8035263 or 4285573. OLE color: 4285573.

HSL color Cylindrical-coordinate representation of color #856441: hue angle of 30.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856441 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 65 -
CMYK 0 0.25 0.51 0.48
HSL 30.88º 0.34% 0.39% -
HSV(B) 30.88º 0.51% 0.52% -
XYZ 15.18 14.48 7 -
YUV 105.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 133 100 65 0 0.25 0.51 0.48 30.88 0.34 0.39
Hex 85 64 41 0 19 33 30 1F 22 27
Octal 205 144 101 0 31 63 60 37 42 47
Binary 10000101 1100100 1000001 0 11001 110011 110000 11111 100010 100111

Color Harmonies of #856441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856441

Black with #856441

Text Example


Text Example

White with #856441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856441; }

 p { color: rgb(133,100,65); }

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

background-color css

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

 a { background-color: rgb(133,100,65); }

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

border-color css

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

 span { border-color: rgb(133,100,65); }

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