Html Css Color HEX #957959 Pale Brown

📋 copy color: '#957959'

red 149 ◦ green 121 ◦ blue 89

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

Shades of Pale Brown #957959

Tints of Pale Brown #957959

RGB

 RED value IS 149 (58.59% from 255) = 41.5%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 41.5%
G = 33.7%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#957959 (or 0x957959) is known color: Pale Brown. HEX triplet: 95, 79 and 59. RGB value is (149,121,89). Sum of RGB (Red+Green+Blue) = 149+121+89=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957959 is #6A86A6. Grayscale: #7D7D7D. Windows color (decimal): -6981287 or 5863829. OLE color: 5863829.

HSL color Cylindrical-coordinate representation of color #957959: hue angle of 32º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957959 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 89 -
CMYK 0 0.19 0.40 0.42
HSL 32º 0.25% 0.47% -
HSV(B) 32º 0.4% 0.58% -
XYZ 21.03 20.79 12.35 -
YUV 125.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 149 121 89 0 0.19 0.40 0.42 32 0.25 0.47
Hex 95 79 59 0 13 28 2A 20 19 2F
Octal 225 171 131 0 23 50 52 40 31 57
Binary 10010101 1111001 1011001 0 10011 101000 101010 100000 11001 101111

Color Harmonies of #957959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957959

Black with #957959

Text Example


Text Example

White with #957959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957959; }

 p { color: rgb(149,121,89); }

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

background-color css

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

 a { background-color: rgb(149,121,89); }

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

border-color css

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

 span { border-color: rgb(149,121,89); }

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