Html Css Color HEX #856248 Dark Wood

📋 copy color: '#856248'

red 133 ◦ green 98 ◦ blue 72

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

Shades of Dark Wood #856248

Tints of Dark Wood #856248

RGB

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

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

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

R = 43.89%
G = 32.34%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#856248 (or 0x856248) is known color: Dark Wood. HEX triplet: 85, 62 and 48. RGB value is (133,98,72). Sum of RGB (Red+Green+Blue) = 133+98+72=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856248 is #7A9DB7. Grayscale: #696969. Windows color (decimal): -8035768 or 4743813. OLE color: 4743813.

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

Color convert

RGB 133 98 72 -
CMYK 0 0.26 0.46 0.48
HSL 25.57º 0.3% 0.4% -
HSV(B) 25.57º 0.46% 0.52% -
XYZ 15.21 14.19 8.07 -
YUV 105.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 133 98 72 0 0.26 0.46 0.48 25.57 0.3 0.4
Hex 85 62 48 0 1A 2E 30 1A 1E 28
Octal 205 142 110 0 32 56 60 32 36 50
Binary 10000101 1100010 1001000 0 11010 101110 110000 11010 11110 101000

Color Harmonies of #856248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856248

Black with #856248

Text Example


Text Example

White with #856248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856248; }

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

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

background-color css

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

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

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

border-color css

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

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

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