Html Css Color HEX #957253 Pale Brown

📋 copy color: '#957253'

red 149 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #957253

Tints of Pale Brown #957253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 43.06%
G = 32.95%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957253 (or 0x957253) is known color: Pale Brown. HEX triplet: 95, 72 and 53. RGB value is (149,114,83). Sum of RGB (Red+Green+Blue) = 149+114+83=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957253 is #6A8DAC. Grayscale: #797979. Windows color (decimal): -6983085 or 5468821. OLE color: 5468821.

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

Color convert

RGB 149 114 83 -
CMYK 0 0.23 0.44 0.42
HSL 28.18º 0.28% 0.45% -
HSV(B) 28.18º 0.44% 0.58% -
XYZ 19.97 19.05 10.81 -
YUV 120.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 149 114 83 0 0.23 0.44 0.42 28.18 0.28 0.45
Hex 95 72 53 0 17 2C 2A 1C 1C 2D
Octal 225 162 123 0 27 54 52 34 34 55
Binary 10010101 1110010 1010011 0 10111 101100 101010 11100 11100 101101

Color Harmonies of #957253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957253

Black with #957253

Text Example


Text Example

White with #957253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957253; }

 p { color: rgb(149,114,83); }

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

background-color css

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

 a { background-color: rgb(149,114,83); }

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

border-color css

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

 span { border-color: rgb(149,114,83); }

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