Html Css Color HEX #856143 Dark Wood

📋 copy color: '#856143'

red 133 ◦ green 97 ◦ blue 67

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

Shades of Dark Wood #856143

Tints of Dark Wood #856143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 44.78%
G = 32.66%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856143 (or 0x856143) is known color: Dark Wood. HEX triplet: 85, 61 and 43. RGB value is (133,97,67). Sum of RGB (Red+Green+Blue) = 133+97+67=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856143 is #7A9EBC. Grayscale: #686868. Windows color (decimal): -8036029 or 4415877. OLE color: 4415877.

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

Color convert

RGB 133 97 67 -
CMYK 0 0.27 0.50 0.48
HSL 27.27º 0.33% 0.39% -
HSV(B) 27.27º 0.5% 0.52% -
XYZ 14.96 13.94 7.21 -
YUV 104.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 133 97 67 0 0.27 0.50 0.48 27.27 0.33 0.39
Hex 85 61 43 0 1B 32 30 1B 21 27
Octal 205 141 103 0 33 62 60 33 41 47
Binary 10000101 1100001 1000011 0 11011 110010 110000 11011 100001 100111

Color Harmonies of #856143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856143

Black with #856143

Text Example


Text Example

White with #856143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856143; }

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

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

background-color css

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

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

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

border-color css

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

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

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