Html Css Color HEX #957552 Pale Brown

📋 copy color: '#957552'

red 149 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #957552

Tints of Pale Brown #957552

RGB

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

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

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

R = 42.82%
G = 33.62%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#957552 (or 0x957552) is known color: Pale Brown. HEX triplet: 95, 75 and 52. RGB value is (149,117,82). Sum of RGB (Red+Green+Blue) = 149+117+82=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957552 is #6A8AAD. Grayscale: #7A7A7A. Windows color (decimal): -6982318 or 5404053. OLE color: 5404053.

HSL color Cylindrical-coordinate representation of color #957552: hue angle of 31.34º 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 #957552 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 82 -
CMYK 0 0.21 0.45 0.42
HSL 31.34º 0.29% 0.45% -
HSV(B) 31.34º 0.45% 0.58% -
XYZ 20.28 19.72 10.72 -
YUV 122.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 149 117 82 0 0.21 0.45 0.42 31.34 0.29 0.45
Hex 95 75 52 0 15 2D 2A 1F 1D 2D
Octal 225 165 122 0 25 55 52 37 35 55
Binary 10010101 1110101 1010010 0 10101 101101 101010 11111 11101 101101

Color Harmonies of #957552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957552

Black with #957552

Text Example


Text Example

White with #957552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957552; }

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

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

background-color css

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

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

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

border-color css

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

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

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