Html Css Color HEX #856745 Dark Wood

📋 copy color: '#856745'

red 133 ◦ green 103 ◦ blue 69

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

Shades of Dark Wood #856745

Tints of Dark Wood #856745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 43.61%
G = 33.77%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856745 (or 0x856745) is known color: Dark Wood. HEX triplet: 85, 67 and 45. RGB value is (133,103,69). Sum of RGB (Red+Green+Blue) = 133+103+69=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856745 is #7A98BA. Grayscale: #6C6C6C. Windows color (decimal): -8034491 or 4548485. OLE color: 4548485.

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

Color convert

RGB 133 103 69 -
CMYK 0 0.23 0.48 0.48
HSL 31.88º 0.32% 0.4% -
HSV(B) 31.88º 0.48% 0.52% -
XYZ 15.6 15.12 7.73 -
YUV 108.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 133 103 69 0 0.23 0.48 0.48 31.88 0.32 0.4
Hex 85 67 45 0 17 30 30 20 20 28
Octal 205 147 105 0 27 60 60 40 40 50
Binary 10000101 1100111 1000101 0 10111 110000 110000 100000 100000 101000

Color Harmonies of #856745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856745

Black with #856745

Text Example


Text Example

White with #856745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856745; }

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

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

background-color css

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

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

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

border-color css

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

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

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