Html Css Color HEX #957A53 Pale Brown

📋 copy color: '#957A53'

red 149 ◦ green 122 ◦ blue 83

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

Shades of Pale Brown #957A53

Tints of Pale Brown #957A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 42.09%
G = 34.46%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957A53 (or 0x957A53) is known color: Pale Brown. HEX triplet: 95, 7A and 53. RGB value is (149,122,83). Sum of RGB (Red+Green+Blue) = 149+122+83=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #957A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A53 is #6A85AC. Grayscale: #7D7D7D. Windows color (decimal): -6981037 or 5470869. OLE color: 5470869.

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

Color convert

RGB 149 122 83 -
CMYK 0 0.18 0.44 0.42
HSL 35.45º 0.28% 0.45% -
HSV(B) 35.45º 0.44% 0.58% -
XYZ 20.92 20.93 11.12 -
YUV 125.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 149 122 83 0 0.18 0.44 0.42 35.45 0.28 0.45
Hex 95 7A 53 0 12 2C 2A 23 1C 2D
Octal 225 172 123 0 22 54 52 43 34 55
Binary 10010101 1111010 1010011 0 10010 101100 101010 100011 11100 101101

Color Harmonies of #957A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A53

Black with #957A53

Text Example


Text Example

White with #957A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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