Html Css Color HEX #957052 Pale Brown

📋 copy color: '#957052'

red 149 ◦ green 112 ◦ blue 82

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

Shades of Pale Brown #957052

Tints of Pale Brown #957052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 43.44%
G = 32.65%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#957052 (or 0x957052) is known color: Pale Brown. HEX triplet: 95, 70 and 52. RGB value is (149,112,82). Sum of RGB (Red+Green+Blue) = 149+112+82=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #957052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957052 is #6A8FAD. Grayscale: #777777. Windows color (decimal): -6983598 or 5402773. OLE color: 5402773.

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

Color convert

RGB 149 112 82 -
CMYK 0 0.25 0.45 0.42
HSL 26.87º 0.29% 0.45% -
HSV(B) 26.87º 0.45% 0.58% -
XYZ 19.71 18.59 10.53 -
YUV 119.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 149 112 82 0 0.25 0.45 0.42 26.87 0.29 0.45
Hex 95 70 52 0 19 2D 2A 1B 1D 2D
Octal 225 160 122 0 31 55 52 33 35 55
Binary 10010101 1110000 1010010 0 11001 101101 101010 11011 11101 101101

Color Harmonies of #957052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957052

Black with #957052

Text Example


Text Example

White with #957052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957052; }

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

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

background-color css

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

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

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

border-color css

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

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

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