Html Css Color HEX #856043 Dark Wood

📋 copy color: '#856043'

red 133 ◦ green 96 ◦ blue 67

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

Shades of Dark Wood #856043

Tints of Dark Wood #856043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

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

R = 44.93%
G = 32.43%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856043 (or 0x856043) is known color: Dark Wood. HEX triplet: 85, 60 and 43. RGB value is (133,96,67). Sum of RGB (Red+Green+Blue) = 133+96+67=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #856043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856043 is #7A9FBC. Grayscale: #676767. Windows color (decimal): -8036285 or 4415621. OLE color: 4415621.

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

Color convert

RGB 133 96 67 -
CMYK 0 0.28 0.50 0.48
HSL 26.36º 0.33% 0.39% -
HSV(B) 26.36º 0.5% 0.52% -
XYZ 14.87 13.76 7.18 -
YUV 103.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 133 96 67 0 0.28 0.50 0.48 26.36 0.33 0.39
Hex 85 60 43 0 1C 32 30 1A 21 27
Octal 205 140 103 0 34 62 60 32 41 47
Binary 10000101 1100000 1000011 0 11100 110010 110000 11010 100001 100111

Color Harmonies of #856043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856043

Black with #856043

Text Example


Text Example

White with #856043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856043; }

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

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

background-color css

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

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

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

border-color css

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

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

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