Html Css Color HEX #856746 Dark Wood

📋 copy color: '#856746'

red 133 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #856746

Tints of Dark Wood #856746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.88%

R = 43.46%
G = 33.66%
B = 22.88%

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

#856746 (or 0x856746) is known color: Dark Wood. HEX triplet: 85, 67 and 46. RGB value is (133,103,70). Sum of RGB (Red+Green+Blue) = 133+103+70=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #856746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856746 is #7A98B9. Grayscale: #6C6C6C. Windows color (decimal): -8034490 or 4614021. OLE color: 4614021.

HSL color Cylindrical-coordinate representation of color #856746: hue angle of 31.43º degrees, saturation: 0.31, 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 #856746 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 70 -
CMYK 0 0.23 0.47 0.48
HSL 31.43º 0.31% 0.4% -
HSV(B) 31.43º 0.47% 0.52% -
XYZ 15.63 15.13 7.89 -
YUV 108.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 133 103 70 0 0.23 0.47 0.48 31.43 0.31 0.4
Hex 85 67 46 0 17 2F 30 1F 1F 28
Octal 205 147 106 0 27 57 60 37 37 50
Binary 10000101 1100111 1000110 0 10111 101111 110000 11111 11111 101000

Color Harmonies of #856746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856746

Black with #856746

Text Example


Text Example

White with #856746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856746; }

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

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

background-color css

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

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

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

border-color css

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

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

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