Html Css Color HEX #856445 Dark Wood

📋 copy color: '#856445'

red 133 ◦ green 100 ◦ blue 69

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

Shades of Dark Wood #856445

Tints of Dark Wood #856445

RGB

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

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

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

R = 44.04%
G = 33.11%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856445 (or 0x856445) is known color: Dark Wood. HEX triplet: 85, 64 and 45. RGB value is (133,100,69). Sum of RGB (Red+Green+Blue) = 133+100+69=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856445 is #7A9BBA. Grayscale: #6A6A6A. Windows color (decimal): -8035259 or 4547717. OLE color: 4547717.

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

Color convert

RGB 133 100 69 -
CMYK 0 0.25 0.48 0.48
HSL 29.06º 0.32% 0.4% -
HSV(B) 29.06º 0.48% 0.52% -
XYZ 15.3 14.53 7.63 -
YUV 106.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 133 100 69 0 0.25 0.48 0.48 29.06 0.32 0.4
Hex 85 64 45 0 19 30 30 1D 20 28
Octal 205 144 105 0 31 60 60 35 40 50
Binary 10000101 1100100 1000101 0 11001 110000 110000 11101 100000 101000

Color Harmonies of #856445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856445

Black with #856445

Text Example


Text Example

White with #856445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856445; }

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

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

background-color css

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

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

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

border-color css

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

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

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