Html Css Color HEX #957859 Pale Brown

📋 copy color: '#957859'

red 149 ◦ green 120 ◦ blue 89

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

Shades of Pale Brown #957859

Tints of Pale Brown #957859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 41.62%
G = 33.52%
B = 24.86%

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

#957859 (or 0x957859) is known color: Pale Brown. HEX triplet: 95, 78 and 59. RGB value is (149,120,89). Sum of RGB (Red+Green+Blue) = 149+120+89=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #957859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957859 is #6A87A6. Grayscale: #7D7D7D. Windows color (decimal): -6981543 or 5863573. OLE color: 5863573.

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

Color convert

RGB 149 120 89 -
CMYK 0 0.19 0.40 0.42
HSL 31º 0.25% 0.47% -
HSV(B) 31º 0.4% 0.58% -
XYZ 20.91 20.54 12.31 -
YUV 125.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 149 120 89 0 0.19 0.40 0.42 31 0.25 0.47
Hex 95 78 59 0 13 28 2A 1F 19 2F
Octal 225 170 131 0 23 50 52 37 31 57
Binary 10010101 1111000 1011001 0 10011 101000 101010 11111 11001 101111

Color Harmonies of #957859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957859

Black with #957859

Text Example


Text Example

White with #957859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957859; }

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

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

background-color css

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

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

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

border-color css

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

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

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