Html Css Color HEX #957854 Pale Brown

📋 copy color: '#957854'

red 149 ◦ green 120 ◦ blue 84

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

Shades of Pale Brown #957854

Tints of Pale Brown #957854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 42.21%
G = 33.99%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957854 (or 0x957854) is known color: Pale Brown. HEX triplet: 95, 78 and 54. RGB value is (149,120,84). Sum of RGB (Red+Green+Blue) = 149+120+84=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957854 is #6A87AB. Grayscale: #7C7C7C. Windows color (decimal): -6981548 or 5535893. OLE color: 5535893.

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

Color convert

RGB 149 120 84 -
CMYK 0 0.19 0.44 0.42
HSL 33.23º 0.28% 0.46% -
HSV(B) 33.23º 0.44% 0.58% -
XYZ 20.71 20.46 11.25 -
YUV 124.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 149 120 84 0 0.19 0.44 0.42 33.23 0.28 0.46
Hex 95 78 54 0 13 2C 2A 21 1C 2E
Octal 225 170 124 0 23 54 52 41 34 56
Binary 10010101 1111000 1010100 0 10011 101100 101010 100001 11100 101110

Color Harmonies of #957854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957854

Black with #957854

Text Example


Text Example

White with #957854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957854; }

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

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

background-color css

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

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

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

border-color css

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

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

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