Html Css Color HEX #957548 Pale Brown

📋 copy color: '#957548'

red 149 ◦ green 117 ◦ blue 72

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

Shades of Pale Brown #957548

Tints of Pale Brown #957548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 44.08%
G = 34.62%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#957548 (or 0x957548) is known color: Pale Brown. HEX triplet: 95, 75 and 48. RGB value is (149,117,72). Sum of RGB (Red+Green+Blue) = 149+117+72=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957548 is #6A8AB7. Grayscale: #797979. Windows color (decimal): -6982328 or 4748693. OLE color: 4748693.

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

Color convert

RGB 149 117 72 -
CMYK 0 0.21 0.52 0.42
HSL 35.06º 0.35% 0.43% -
HSV(B) 35.06º 0.52% 0.58% -
XYZ 19.93 19.58 8.86 -
YUV 121.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 149 117 72 0 0.21 0.52 0.42 35.06 0.35 0.43
Hex 95 75 48 0 15 34 2A 23 23 2B
Octal 225 165 110 0 25 64 52 43 43 53
Binary 10010101 1110101 1001000 0 10101 110100 101010 100011 100011 101011

Color Harmonies of #957548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957548

Black with #957548

Text Example


Text Example

White with #957548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957548; }

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

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

background-color css

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

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

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

border-color css

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

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

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