Html Css Color HEX #957352 Pale Brown

📋 copy color: '#957352'

red 149 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #957352

Tints of Pale Brown #957352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 43.06%
G = 33.24%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#957352 (or 0x957352) is known color: Pale Brown. HEX triplet: 95, 73 and 52. RGB value is (149,115,82). Sum of RGB (Red+Green+Blue) = 149+115+82=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957352 is #6A8CAD. Grayscale: #797979. Windows color (decimal): -6982830 or 5403541. OLE color: 5403541.

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

Color convert

RGB 149 115 82 -
CMYK 0 0.23 0.45 0.42
HSL 29.55º 0.29% 0.45% -
HSV(B) 29.55º 0.45% 0.58% -
XYZ 20.05 19.26 10.64 -
YUV 121.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 149 115 82 0 0.23 0.45 0.42 29.55 0.29 0.45
Hex 95 73 52 0 17 2D 2A 1E 1D 2D
Octal 225 163 122 0 27 55 52 36 35 55
Binary 10010101 1110011 1010010 0 10111 101101 101010 11110 11101 101101

Color Harmonies of #957352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957352

Black with #957352

Text Example


Text Example

White with #957352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957352; }

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

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

background-color css

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

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

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

border-color css

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

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

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