Html Css Color HEX #855E48 Dark Wood

📋 copy color: '#855E48'

red 133 ◦ green 94 ◦ blue 72

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

Shades of Dark Wood #855E48

Tints of Dark Wood #855E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

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

R = 44.48%
G = 31.44%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855E48 (or 0x855E48) is known color: Dark Wood. HEX triplet: 85, 5E and 48. RGB value is (133,94,72). Sum of RGB (Red+Green+Blue) = 133+94+72=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E48 is #7AA1B7. Grayscale: #676767. Windows color (decimal): -8036792 or 4742789. OLE color: 4742789.

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

Color convert

RGB 133 94 72 -
CMYK 0 0.29 0.46 0.48
HSL 21.64º 0.3% 0.4% -
HSV(B) 21.64º 0.46% 0.52% -
XYZ 14.85 13.46 7.95 -
YUV 103.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 133 94 72 0 0.29 0.46 0.48 21.64 0.3 0.4
Hex 85 5E 48 0 1D 2E 30 16 1E 28
Octal 205 136 110 0 35 56 60 26 36 50
Binary 10000101 1011110 1001000 0 11101 101110 110000 10110 11110 101000

Color Harmonies of #855E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E48

Black with #855E48

Text Example


Text Example

White with #855E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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