Html Css Color HEX #855F49 Dark Wood

📋 copy color: '#855F49'

red 133 ◦ green 95 ◦ blue 73

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

Shades of Dark Wood #855F49

Tints of Dark Wood #855F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 44.19%
G = 31.56%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#855F49 (or 0x855F49) is known color: Dark Wood. HEX triplet: 85, 5F and 49. RGB value is (133,95,73). Sum of RGB (Red+Green+Blue) = 133+95+73=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F49 is #7AA0B6. Grayscale: #676767. Windows color (decimal): -8036535 or 4808581. OLE color: 4808581.

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

Color convert

RGB 133 95 73 -
CMYK 0 0.29 0.45 0.48
HSL 22º 0.29% 0.4% -
HSV(B) 22º 0.45% 0.52% -
XYZ 14.97 13.65 8.15 -
YUV 103.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 133 95 73 0 0.29 0.45 0.48 22 0.29 0.4
Hex 85 5F 49 0 1D 2D 30 16 1D 28
Octal 205 137 111 0 35 55 60 26 35 50
Binary 10000101 1011111 1001001 0 11101 101101 110000 10110 11101 101000

Color Harmonies of #855F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F49

Black with #855F49

Text Example


Text Example

White with #855F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,73); }

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

background-color css

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

 a { background-color: rgb(133,95,73); }

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

border-color css

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

 span { border-color: rgb(133,95,73); }

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