Html Css Color HEX #957546 Pale Brown

📋 copy color: '#957546'

red 149 ◦ green 117 ◦ blue 70

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

Shades of Pale Brown #957546

Tints of Pale Brown #957546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 44.35%
G = 34.82%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957546 (or 0x957546) is known color: Pale Brown. HEX triplet: 95, 75 and 46. RGB value is (149,117,70). Sum of RGB (Red+Green+Blue) = 149+117+70=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #957546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957546 is #6A8AB9. Grayscale: #797979. Windows color (decimal): -6982330 or 4617621. OLE color: 4617621.

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

Color convert

RGB 149 117 70 -
CMYK 0 0.21 0.53 0.42
HSL 35.7º 0.36% 0.43% -
HSV(B) 35.7º 0.53% 0.58% -
XYZ 19.86 19.55 8.52 -
YUV 121.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 149 117 70 0 0.21 0.53 0.42 35.7 0.36 0.43
Hex 95 75 46 0 15 35 2A 24 24 2B
Octal 225 165 106 0 25 65 52 44 44 53
Binary 10010101 1110101 1000110 0 10101 110101 101010 100100 100100 101011

Color Harmonies of #957546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957546

Black with #957546

Text Example


Text Example

White with #957546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957546; }

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

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

background-color css

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

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

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

border-color css

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

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

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