Html Css Color HEX #855F5F Light Wood

📋 copy color: '#855F5F'

red 133 ◦ green 95 ◦ blue 95

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

Shades of Light Wood #855F5F

Tints of Light Wood #855F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 41.18%
G = 29.41%
B = 29.41%

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

#855F5F (or 0x855F5F) is known color: Light Wood. HEX triplet: 85, 5F and 5F. RGB value is (133,95,95). Sum of RGB (Red+Green+Blue) = 133+95+95=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5F is #7AA0A0. Grayscale: #6A6A6A. Windows color (decimal): -8036513 or 6250373. OLE color: 6250373.

HSL color Cylindrical-coordinate representation of color #855F5F: 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 #855F5F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 95 -
CMYK 0 0.29 0.29 0.48
HSL 0.17% 0.45% -
HSV(B) 0.29% 0.52% -
XYZ 15.83 14 12.69 -
YUV 106.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 133 95 95 0 0.29 0.29 0.48 0 0.17 0.45
Hex 85 5F 5F 0 1D 1D 30 0 11 2D
Octal 205 137 137 0 35 35 60 0 21 55
Binary 10000101 1011111 1011111 0 11101 11101 110000 0 10001 101101

Color Harmonies of #855F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F5F

Black with #855F5F

Text Example


Text Example

White with #855F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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