Html Css Color HEX #957B58 Pale Brown

📋 copy color: '#957B58'

red 149 ◦ green 123 ◦ blue 88

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

Shades of Pale Brown #957B58

Tints of Pale Brown #957B58

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 41.39%
G = 34.17%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#957B58 (or 0x957B58) is known color: Pale Brown. HEX triplet: 95, 7B and 58. RGB value is (149,123,88). Sum of RGB (Red+Green+Blue) = 149+123+88=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B58 is #6A84A7. Grayscale: #7E7E7E. Windows color (decimal): -6980776 or 5798805. OLE color: 5798805.

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

Color convert

RGB 149 123 88 -
CMYK 0 0.17 0.41 0.42
HSL 34.43º 0.26% 0.46% -
HSV(B) 34.43º 0.41% 0.58% -
XYZ 21.24 21.26 12.22 -
YUV 126.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 149 123 88 0 0.17 0.41 0.42 34.43 0.26 0.46
Hex 95 7B 58 0 11 29 2A 22 1A 2E
Octal 225 173 130 0 21 51 52 42 32 56
Binary 10010101 1111011 1011000 0 10001 101001 101010 100010 11010 101110

Color Harmonies of #957B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B58

Black with #957B58

Text Example


Text Example

White with #957B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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