Html Css Color HEX #957A54 Pale Brown

📋 copy color: '#957A54'

red 149 ◦ green 122 ◦ blue 84

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

Shades of Pale Brown #957A54

Tints of Pale Brown #957A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 41.97%
G = 34.37%
B = 23.66%

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

#957A54 (or 0x957A54) is known color: Pale Brown. HEX triplet: 95, 7A and 54. RGB value is (149,122,84). Sum of RGB (Red+Green+Blue) = 149+122+84=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A54 is #6A85AB. Grayscale: #7D7D7D. Windows color (decimal): -6981036 or 5536405. OLE color: 5536405.

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

Color convert

RGB 149 122 84 -
CMYK 0 0.18 0.44 0.42
HSL 35.08º 0.28% 0.46% -
HSV(B) 35.08º 0.44% 0.58% -
XYZ 20.95 20.95 11.33 -
YUV 125.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 149 122 84 0 0.18 0.44 0.42 35.08 0.28 0.46
Hex 95 7A 54 0 12 2C 2A 23 1C 2E
Octal 225 172 124 0 22 54 52 43 34 56
Binary 10010101 1111010 1010100 0 10010 101100 101010 100011 11100 101110

Color Harmonies of #957A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A54

Black with #957A54

Text Example


Text Example

White with #957A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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