Html Css Color HEX #856148 Dark Wood

📋 copy color: '#856148'

red 133 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #856148

Tints of Dark Wood #856148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 44.04%
G = 32.12%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856148 (or 0x856148) is known color: Dark Wood. HEX triplet: 85, 61 and 48. RGB value is (133,97,72). Sum of RGB (Red+Green+Blue) = 133+97+72=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856148 is #7A9EB7. Grayscale: #696969. Windows color (decimal): -8036024 or 4743557. OLE color: 4743557.

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

Color convert

RGB 133 97 72 -
CMYK 0 0.27 0.46 0.48
HSL 24.59º 0.3% 0.4% -
HSV(B) 24.59º 0.46% 0.52% -
XYZ 15.12 14 8.04 -
YUV 104.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 133 97 72 0 0.27 0.46 0.48 24.59 0.3 0.4
Hex 85 61 48 0 1B 2E 30 19 1E 28
Octal 205 141 110 0 33 56 60 31 36 50
Binary 10000101 1100001 1001000 0 11011 101110 110000 11001 11110 101000

Color Harmonies of #856148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856148

Black with #856148

Text Example


Text Example

White with #856148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856148; }

 p { color: rgb(133,97,72); }

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

background-color css

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

 a { background-color: rgb(133,97,72); }

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

border-color css

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

 span { border-color: rgb(133,97,72); }

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