Html Css Color HEX #856747 Dark Wood

📋 copy color: '#856747'

red 133 ◦ green 103 ◦ blue 71

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

Shades of Dark Wood #856747

Tints of Dark Wood #856747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 43.32%
G = 33.55%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856747 (or 0x856747) is known color: Dark Wood. HEX triplet: 85, 67 and 47. RGB value is (133,103,71). Sum of RGB (Red+Green+Blue) = 133+103+71=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856747 is #7A98B8. Grayscale: #6C6C6C. Windows color (decimal): -8034489 or 4679557. OLE color: 4679557.

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

Color convert

RGB 133 103 71 -
CMYK 0 0.23 0.47 0.48
HSL 30.97º 0.3% 0.4% -
HSV(B) 30.97º 0.47% 0.52% -
XYZ 15.66 15.14 8.06 -
YUV 108.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 133 103 71 0 0.23 0.47 0.48 30.97 0.3 0.4
Hex 85 67 47 0 17 2F 30 1F 1E 28
Octal 205 147 107 0 27 57 60 37 36 50
Binary 10000101 1100111 1000111 0 10111 101111 110000 11111 11110 101000

Color Harmonies of #856747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856747

Black with #856747

Text Example


Text Example

White with #856747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856747; }

 p { color: rgb(133,103,71); }

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

background-color css

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

 a { background-color: rgb(133,103,71); }

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

border-color css

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

 span { border-color: rgb(133,103,71); }

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