Html Css Color HEX #855E5D Light Wood

📋 copy color: '#855E5D'

red 133 ◦ green 94 ◦ blue 93

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

Shades of Light Wood #855E5D

Tints of Light Wood #855E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 41.56%
G = 29.38%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#855E5D (or 0x855E5D) is known color: Light Wood. HEX triplet: 85, 5E and 5D. RGB value is (133,94,93). Sum of RGB (Red+Green+Blue) = 133+94+93=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E5D is #7AA1A2. Grayscale: #696969. Windows color (decimal): -8036771 or 6119045. OLE color: 6119045.

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

Color convert

RGB 133 94 93 -
CMYK 0 0.29 0.30 0.48
HSL 1.5º 0.18% 0.44% -
HSV(B) 1.5º 0.3% 0.52% -
XYZ 15.65 13.78 12.19 -
YUV 105.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 133 94 93 0 0.29 0.30 0.48 1.5 0.18 0.44
Hex 85 5E 5D 0 1D 1E 30 2 12 2C
Octal 205 136 135 0 35 36 60 2 22 54
Binary 10000101 1011110 1011101 0 11101 11110 110000 10 10010 101100

Color Harmonies of #855E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E5D

Black with #855E5D

Text Example


Text Example

White with #855E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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