Html Css Color HEX #856344 Dark Wood

📋 copy color: '#856344'

red 133 ◦ green 99 ◦ blue 68

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

Shades of Dark Wood #856344

Tints of Dark Wood #856344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 44.33%
G = 33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#856344 (or 0x856344) is known color: Dark Wood. HEX triplet: 85, 63 and 44. RGB value is (133,99,68). Sum of RGB (Red+Green+Blue) = 133+99+68=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856344 is #7A9CBB. Grayscale: #696969. Windows color (decimal): -8035516 or 4481925. OLE color: 4481925.

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

Color convert

RGB 133 99 68 -
CMYK 0 0.26 0.49 0.48
HSL 28.62º 0.32% 0.39% -
HSV(B) 28.62º 0.49% 0.52% -
XYZ 15.18 14.33 7.43 -
YUV 105.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 133 99 68 0 0.26 0.49 0.48 28.62 0.32 0.39
Hex 85 63 44 0 1A 31 30 1D 20 27
Octal 205 143 104 0 32 61 60 35 40 47
Binary 10000101 1100011 1000100 0 11010 110001 110000 11101 100000 100111

Color Harmonies of #856344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856344

Black with #856344

Text Example


Text Example

White with #856344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856344; }

 p { color: rgb(133,99,68); }

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

background-color css

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

 a { background-color: rgb(133,99,68); }

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

border-color css

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

 span { border-color: rgb(133,99,68); }

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