Html Css Color HEX #957054 Pale Brown

📋 copy color: '#957054'

red 149 ◦ green 112 ◦ blue 84

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

Shades of Pale Brown #957054

Tints of Pale Brown #957054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 43.19%
G = 32.46%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957054 (or 0x957054) is known color: Pale Brown. HEX triplet: 95, 70 and 54. RGB value is (149,112,84). Sum of RGB (Red+Green+Blue) = 149+112+84=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957054 is #6A8FAB. Grayscale: #787878. Windows color (decimal): -6983596 or 5533845. OLE color: 5533845.

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

Color convert

RGB 149 112 84 -
CMYK 0 0.25 0.44 0.42
HSL 25.85º 0.28% 0.46% -
HSV(B) 25.85º 0.44% 0.58% -
XYZ 19.79 18.62 10.94 -
YUV 119.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 149 112 84 0 0.25 0.44 0.42 25.85 0.28 0.46
Hex 95 70 54 0 19 2C 2A 1A 1C 2E
Octal 225 160 124 0 31 54 52 32 34 56
Binary 10010101 1110000 1010100 0 11001 101100 101010 11010 11100 101110

Color Harmonies of #957054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957054

Black with #957054

Text Example


Text Example

White with #957054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957054; }

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

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

background-color css

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

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

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

border-color css

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

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

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