Html Css Color HEX #856243 Dark Wood

📋 copy color: '#856243'

red 133 ◦ green 98 ◦ blue 67

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

Shades of Dark Wood #856243

Tints of Dark Wood #856243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 44.63%
G = 32.89%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856243 (or 0x856243) is known color: Dark Wood. HEX triplet: 85, 62 and 43. RGB value is (133,98,67). Sum of RGB (Red+Green+Blue) = 133+98+67=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #856243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856243 is #7A9DBC. Grayscale: #696969. Windows color (decimal): -8035773 or 4416133. OLE color: 4416133.

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

Color convert

RGB 133 98 67 -
CMYK 0 0.26 0.50 0.48
HSL 28.18º 0.33% 0.39% -
HSV(B) 28.18º 0.5% 0.52% -
XYZ 15.05 14.13 7.24 -
YUV 104.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 133 98 67 0 0.26 0.50 0.48 28.18 0.33 0.39
Hex 85 62 43 0 1A 32 30 1C 21 27
Octal 205 142 103 0 32 62 60 34 41 47
Binary 10000101 1100010 1000011 0 11010 110010 110000 11100 100001 100111

Color Harmonies of #856243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856243

Black with #856243

Text Example


Text Example

White with #856243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856243; }

 p { color: rgb(133,98,67); }

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

background-color css

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

 a { background-color: rgb(133,98,67); }

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

border-color css

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

 span { border-color: rgb(133,98,67); }

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