Html Css Color HEX #855D48 Dark Wood

📋 copy color: '#855D48'

red 133 ◦ green 93 ◦ blue 72

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

Shades of Dark Wood #855D48

Tints of Dark Wood #855D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 44.63%
G = 31.21%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855D48 (or 0x855D48) is known color: Dark Wood. HEX triplet: 85, 5D and 48. RGB value is (133,93,72). Sum of RGB (Red+Green+Blue) = 133+93+72=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D48 is #7AA2B7. Grayscale: #666666. Windows color (decimal): -8037048 or 4742533. OLE color: 4742533.

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

Color convert

RGB 133 93 72 -
CMYK 0 0.30 0.46 0.48
HSL 20.66º 0.3% 0.4% -
HSV(B) 20.66º 0.46% 0.52% -
XYZ 14.76 13.28 7.92 -
YUV 102.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 133 93 72 0 0.30 0.46 0.48 20.66 0.3 0.4
Hex 85 5D 48 0 1E 2E 30 15 1E 28
Octal 205 135 110 0 36 56 60 25 36 50
Binary 10000101 1011101 1001000 0 11110 101110 110000 10101 11110 101000

Color Harmonies of #855D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D48

Black with #855D48

Text Example


Text Example

White with #855D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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