Html Css Color HEX #957255 Pale Brown

📋 copy color: '#957255'

red 149 ◦ green 114 ◦ blue 85

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

Shades of Pale Brown #957255

Tints of Pale Brown #957255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 42.82%
G = 32.76%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#957255 (or 0x957255) is known color: Pale Brown. HEX triplet: 95, 72 and 55. RGB value is (149,114,85). Sum of RGB (Red+Green+Blue) = 149+114+85=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957255 is #6A8DAA. Grayscale: #797979. Windows color (decimal): -6983083 or 5599893. OLE color: 5599893.

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

Color convert

RGB 149 114 85 -
CMYK 0 0.23 0.43 0.42
HSL 27.19º 0.27% 0.46% -
HSV(B) 27.19º 0.43% 0.58% -
XYZ 20.05 19.08 11.22 -
YUV 121.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 149 114 85 0 0.23 0.43 0.42 27.19 0.27 0.46
Hex 95 72 55 0 17 2B 2A 1B 1B 2E
Octal 225 162 125 0 27 53 52 33 33 56
Binary 10010101 1110010 1010101 0 10111 101011 101010 11011 11011 101110

Color Harmonies of #957255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957255

Black with #957255

Text Example


Text Example

White with #957255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957255; }

 p { color: rgb(149,114,85); }

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

background-color css

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

 a { background-color: rgb(149,114,85); }

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

border-color css

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

 span { border-color: rgb(149,114,85); }

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