Html Css Color HEX #856349 Dark Wood

📋 copy color: '#856349'

red 133 ◦ green 99 ◦ blue 73

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

Shades of Dark Wood #856349

Tints of Dark Wood #856349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 43.61%
G = 32.46%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856349 (or 0x856349) is known color: Dark Wood. HEX triplet: 85, 63 and 49. RGB value is (133,99,73). Sum of RGB (Red+Green+Blue) = 133+99+73=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856349 is #7A9CB6. Grayscale: #6A6A6A. Windows color (decimal): -8035511 or 4809605. OLE color: 4809605.

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

Color convert

RGB 133 99 73 -
CMYK 0 0.26 0.45 0.48
HSL 26º 0.29% 0.4% -
HSV(B) 26º 0.45% 0.52% -
XYZ 15.34 14.39 8.27 -
YUV 106.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 133 99 73 0 0.26 0.45 0.48 26 0.29 0.4
Hex 85 63 49 0 1A 2D 30 1A 1D 28
Octal 205 143 111 0 32 55 60 32 35 50
Binary 10000101 1100011 1001001 0 11010 101101 110000 11010 11101 101000

Color Harmonies of #856349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856349

Black with #856349

Text Example


Text Example

White with #856349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856349; }

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

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

background-color css

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

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

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

border-color css

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

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

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