Html Css Color HEX #957151 Pale Brown

📋 copy color: '#957151'

red 149 ◦ green 113 ◦ blue 81

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

Shades of Pale Brown #957151

Tints of Pale Brown #957151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 81 (32.03% from 255) = 23.62%

R = 43.44%
G = 32.94%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#957151 (or 0x957151) is known color: Pale Brown. HEX triplet: 95, 71 and 51. RGB value is (149,113,81). Sum of RGB (Red+Green+Blue) = 149+113+81=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #957151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957151 is #6A8EAE. Grayscale: #787878. Windows color (decimal): -6983343 or 5337493. OLE color: 5337493.

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

Color convert

RGB 149 113 81 -
CMYK 0 0.24 0.46 0.42
HSL 28.24º 0.3% 0.45% -
HSV(B) 28.24º 0.46% 0.58% -
XYZ 19.78 18.79 10.37 -
YUV 120.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 149 113 81 0 0.24 0.46 0.42 28.24 0.3 0.45
Hex 95 71 51 0 18 2E 2A 1C 1E 2D
Octal 225 161 121 0 30 56 52 34 36 55
Binary 10010101 1110001 1010001 0 11000 101110 101010 11100 11110 101101

Color Harmonies of #957151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957151

Black with #957151

Text Example


Text Example

White with #957151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957151; }

 p { color: rgb(149,113,81); }

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

background-color css

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

 a { background-color: rgb(149,113,81); }

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

border-color css

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

 span { border-color: rgb(149,113,81); }

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