Html Css Color HEX #856245 Dark Wood

📋 copy color: '#856245'

red 133 ◦ green 98 ◦ blue 69

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

Shades of Dark Wood #856245

Tints of Dark Wood #856245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 44.33%
G = 32.67%
B = 23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856245 (or 0x856245) is known color: Dark Wood. HEX triplet: 85, 62 and 45. RGB value is (133,98,69). Sum of RGB (Red+Green+Blue) = 133+98+69=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856245 is #7A9DBA. Grayscale: #696969. Windows color (decimal): -8035771 or 4547205. OLE color: 4547205.

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

Color convert

RGB 133 98 69 -
CMYK 0 0.26 0.48 0.48
HSL 27.19º 0.32% 0.4% -
HSV(B) 27.19º 0.48% 0.52% -
XYZ 15.11 14.15 7.57 -
YUV 105.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 133 98 69 0 0.26 0.48 0.48 27.19 0.32 0.4
Hex 85 62 45 0 1A 30 30 1B 20 28
Octal 205 142 105 0 32 60 60 33 40 50
Binary 10000101 1100010 1000101 0 11010 110000 110000 11011 100000 101000

Color Harmonies of #856245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856245

Black with #856245

Text Example


Text Example

White with #856245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856245; }

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

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

background-color css

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

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

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

border-color css

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

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

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