Html Css Color HEX #855D44 Dark Wood

📋 copy color: '#855D44'

red 133 ◦ green 93 ◦ blue 68

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

Shades of Dark Wood #855D44

Tints of Dark Wood #855D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 45.24%
G = 31.63%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855D44 (or 0x855D44) is known color: Dark Wood. HEX triplet: 85, 5D and 44. RGB value is (133,93,68). Sum of RGB (Red+Green+Blue) = 133+93+68=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D44 is #7AA2BB. Grayscale: #666666. Windows color (decimal): -8037052 or 4480389. OLE color: 4480389.

HSL color Cylindrical-coordinate representation of color #855D44: hue angle of 23.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855D44 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 68 -
CMYK 0 0.30 0.49 0.48
HSL 23.08º 0.32% 0.39% -
HSV(B) 23.08º 0.49% 0.52% -
XYZ 14.63 13.23 7.25 -
YUV 102.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 133 93 68 0 0.30 0.49 0.48 23.08 0.32 0.39
Hex 85 5D 44 0 1E 31 30 17 20 27
Octal 205 135 104 0 36 61 60 27 40 47
Binary 10000101 1011101 1000100 0 11110 110001 110000 10111 100000 100111

Color Harmonies of #855D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D44

Black with #855D44

Text Example


Text Example

White with #855D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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