Html Css Color HEX #856341 Dark Wood

📋 copy color: '#856341'

red 133 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #856341

Tints of Dark Wood #856341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 44.78%
G = 33.33%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856341 (or 0x856341) is known color: Dark Wood. HEX triplet: 85, 63 and 41. RGB value is (133,99,65). Sum of RGB (Red+Green+Blue) = 133+99+65=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856341 is #7A9CBE. Grayscale: #696969. Windows color (decimal): -8035519 or 4285317. OLE color: 4285317.

HSL color Cylindrical-coordinate representation of color #856341: hue angle of 30º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856341 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 65 -
CMYK 0 0.26 0.51 0.48
HSL 30º 0.34% 0.39% -
HSV(B) 30º 0.51% 0.52% -
XYZ 15.09 14.29 6.96 -
YUV 105.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 133 99 65 0 0.26 0.51 0.48 30 0.34 0.39
Hex 85 63 41 0 1A 33 30 1E 22 27
Octal 205 143 101 0 32 63 60 36 42 47
Binary 10000101 1100011 1000001 0 11010 110011 110000 11110 100010 100111

Color Harmonies of #856341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856341

Black with #856341

Text Example


Text Example

White with #856341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856341; }

 p { color: rgb(133,99,65); }

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

background-color css

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

 a { background-color: rgb(133,99,65); }

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

border-color css

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

 span { border-color: rgb(133,99,65); }

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