Html Css Color HEX #855E5E Light Wood

📋 copy color: '#855E5E'

red 133 ◦ green 94 ◦ blue 94

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

Shades of Light Wood #855E5E

Tints of Light Wood #855E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 41.43%
G = 29.28%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#855E5E (or 0x855E5E) is known color: Light Wood. HEX triplet: 85, 5E and 5E. RGB value is (133,94,94). Sum of RGB (Red+Green+Blue) = 133+94+94=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E5E is #7AA1A1. Grayscale: #696969. Windows color (decimal): -8036770 or 6184581. OLE color: 6184581.

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

Color convert

RGB 133 94 94 -
CMYK 0 0.29 0.29 0.48
HSL 0.17% 0.45% -
HSV(B) 0.29% 0.52% -
XYZ 15.7 13.8 12.43 -
YUV 105.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 133 94 94 0 0.29 0.29 0.48 0 0.17 0.45
Hex 85 5E 5E 0 1D 1D 30 0 11 2D
Octal 205 136 136 0 35 35 60 0 21 55
Binary 10000101 1011110 1011110 0 11101 11101 110000 0 10001 101101

Color Harmonies of #855E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E5E

Black with #855E5E

Text Example


Text Example

White with #855E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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