Html Css Color HEX #957358 Pale Brown

📋 copy color: '#957358'

red 149 ◦ green 115 ◦ blue 88

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

Shades of Pale Brown #957358

Tints of Pale Brown #957358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 42.33%
G = 32.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#957358 (or 0x957358) is known color: Pale Brown. HEX triplet: 95, 73 and 58. RGB value is (149,115,88). Sum of RGB (Red+Green+Blue) = 149+115+88=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957358 is #6A8CA7. Grayscale: #7A7A7A. Windows color (decimal): -6982824 or 5796757. OLE color: 5796757.

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

Color convert

RGB 149 115 88 -
CMYK 0 0.23 0.41 0.42
HSL 26.56º 0.26% 0.46% -
HSV(B) 26.56º 0.41% 0.58% -
XYZ 20.29 19.36 11.9 -
YUV 122.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 149 115 88 0 0.23 0.41 0.42 26.56 0.26 0.46
Hex 95 73 58 0 17 29 2A 1B 1A 2E
Octal 225 163 130 0 27 51 52 33 32 56
Binary 10010101 1110011 1011000 0 10111 101001 101010 11011 11010 101110

Color Harmonies of #957358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957358

Black with #957358

Text Example


Text Example

White with #957358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957358; }

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

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

background-color css

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

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

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

border-color css

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

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

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