Html Css Color HEX #957A59 Pale Brown

📋 copy color: '#957A59'

red 149 ◦ green 122 ◦ blue 89

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

Shades of Pale Brown #957A59

Tints of Pale Brown #957A59

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

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

R = 41.39%
G = 33.89%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#957A59 (or 0x957A59) is known color: Pale Brown. HEX triplet: 95, 7A and 59. RGB value is (149,122,89). Sum of RGB (Red+Green+Blue) = 149+122+89=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A59 is #6A85A6. Grayscale: #7E7E7E. Windows color (decimal): -6981031 or 5864085. OLE color: 5864085.

HSL color Cylindrical-coordinate representation of color #957A59: hue angle of 33º 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 #957A59 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 89 -
CMYK 0 0.18 0.40 0.42
HSL 33º 0.25% 0.47% -
HSV(B) 33º 0.4% 0.58% -
XYZ 21.16 21.03 12.4 -
YUV 126.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 149 122 89 0 0.18 0.40 0.42 33 0.25 0.47
Hex 95 7A 59 0 12 28 2A 21 19 2F
Octal 225 172 131 0 22 50 52 41 31 57
Binary 10010101 1111010 1011001 0 10010 101000 101010 100001 11001 101111

Color Harmonies of #957A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A59

Black with #957A59

Text Example


Text Example

White with #957A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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