Html Css Color HEX #957053 Pale Brown

📋 copy color: '#957053'

red 149 ◦ green 112 ◦ blue 83

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

Shades of Pale Brown #957053

Tints of Pale Brown #957053

RGB

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

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

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

R = 43.31%
G = 32.56%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957053 (or 0x957053) is known color: Pale Brown. HEX triplet: 95, 70 and 53. RGB value is (149,112,83). Sum of RGB (Red+Green+Blue) = 149+112+83=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #957053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957053 is #6A8FAC. Grayscale: #777777. Windows color (decimal): -6983597 or 5468309. OLE color: 5468309.

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

Color convert

RGB 149 112 83 -
CMYK 0 0.25 0.44 0.42
HSL 26.36º 0.28% 0.45% -
HSV(B) 26.36º 0.44% 0.58% -
XYZ 19.75 18.6 10.73 -
YUV 119.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 149 112 83 0 0.25 0.44 0.42 26.36 0.28 0.45
Hex 95 70 53 0 19 2C 2A 1A 1C 2D
Octal 225 160 123 0 31 54 52 32 34 55
Binary 10010101 1110000 1010011 0 11001 101100 101010 11010 11100 101101

Color Harmonies of #957053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957053

Black with #957053

Text Example


Text Example

White with #957053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957053; }

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

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

background-color css

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

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

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

border-color css

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

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

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