Html Css Color HEX #957459 Pale Brown

📋 copy color: '#957459'

red 149 ◦ green 116 ◦ blue 89

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

Shades of Pale Brown #957459

Tints of Pale Brown #957459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 42.09%
G = 32.77%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#957459 (or 0x957459) is known color: Pale Brown. HEX triplet: 95, 74 and 59. RGB value is (149,116,89). Sum of RGB (Red+Green+Blue) = 149+116+89=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #957459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957459 is #6A8BA6. Grayscale: #7A7A7A. Windows color (decimal): -6982567 or 5862549. OLE color: 5862549.

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

Color convert

RGB 149 116 89 -
CMYK 0 0.22 0.40 0.42
HSL 27º 0.25% 0.47% -
HSV(B) 27º 0.4% 0.58% -
XYZ 20.44 19.6 12.16 -
YUV 122.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 149 116 89 0 0.22 0.40 0.42 27 0.25 0.47
Hex 95 74 59 0 16 28 2A 1B 19 2F
Octal 225 164 131 0 26 50 52 33 31 57
Binary 10010101 1110100 1011001 0 10110 101000 101010 11011 11001 101111

Color Harmonies of #957459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957459

Black with #957459

Text Example


Text Example

White with #957459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957459; }

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

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

background-color css

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

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

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

border-color css

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

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

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