Html Css Color HEX #957558 Pale Brown

📋 copy color: '#957558'

red 149 ◦ green 117 ◦ blue 88

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

Shades of Pale Brown #957558

Tints of Pale Brown #957558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 42.09%
G = 33.05%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#957558 (or 0x957558) is known color: Pale Brown. HEX triplet: 95, 75 and 58. RGB value is (149,117,88). Sum of RGB (Red+Green+Blue) = 149+117+88=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #957558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957558 is #6A8AA7. Grayscale: #7B7B7B. Windows color (decimal): -6982312 or 5797269. OLE color: 5797269.

HSL color Cylindrical-coordinate representation of color #957558: hue angle of 28.52º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957558 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 88 -
CMYK 0 0.21 0.41 0.42
HSL 28.52º 0.26% 0.46% -
HSV(B) 28.52º 0.41% 0.58% -
XYZ 20.52 19.82 11.98 -
YUV 123.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 149 117 88 0 0.21 0.41 0.42 28.52 0.26 0.46
Hex 95 75 58 0 15 29 2A 1D 1A 2E
Octal 225 165 130 0 25 51 52 35 32 56
Binary 10010101 1110101 1011000 0 10101 101001 101010 11101 11010 101110

Color Harmonies of #957558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957558

Black with #957558

Text Example


Text Example

White with #957558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957558; }

 p { color: rgb(149,117,88); }

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

background-color css

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

 a { background-color: rgb(149,117,88); }

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

border-color css

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

 span { border-color: rgb(149,117,88); }

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