Html Css Color HEX #957354 Pale Brown

📋 copy color: '#957354'

red 149 ◦ green 115 ◦ blue 84

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

Shades of Pale Brown #957354

Tints of Pale Brown #957354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 42.82%
G = 33.05%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957354 (or 0x957354) is known color: Pale Brown. HEX triplet: 95, 73 and 54. RGB value is (149,115,84). Sum of RGB (Red+Green+Blue) = 149+115+84=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957354 is #6A8CAB. Grayscale: #797979. Windows color (decimal): -6982828 or 5534613. OLE color: 5534613.

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

Color convert

RGB 149 115 84 -
CMYK 0 0.23 0.44 0.42
HSL 28.62º 0.28% 0.46% -
HSV(B) 28.62º 0.44% 0.58% -
XYZ 20.13 19.29 11.05 -
YUV 121.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 149 115 84 0 0.23 0.44 0.42 28.62 0.28 0.46
Hex 95 73 54 0 17 2C 2A 1D 1C 2E
Octal 225 163 124 0 27 54 52 35 34 56
Binary 10010101 1110011 1010100 0 10111 101100 101010 11101 11100 101110

Color Harmonies of #957354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957354

Black with #957354

Text Example


Text Example

White with #957354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957354; }

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

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

background-color css

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

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

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

border-color css

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

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

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