Html Css Color HEX #957048 Pale Brown

📋 copy color: '#957048'

red 149 ◦ green 112 ◦ blue 72

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

Shades of Pale Brown #957048

Tints of Pale Brown #957048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 44.74%
G = 33.63%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#957048 (or 0x957048) is known color: Pale Brown. HEX triplet: 95, 70 and 48. RGB value is (149,112,72). Sum of RGB (Red+Green+Blue) = 149+112+72=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957048 is #6A8FB7. Grayscale: #767676. Windows color (decimal): -6983608 or 4747413. OLE color: 4747413.

HSL color Cylindrical-coordinate representation of color #957048: hue angle of 31.17º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957048 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 72 -
CMYK 0 0.25 0.52 0.42
HSL 31.17º 0.35% 0.43% -
HSV(B) 31.17º 0.52% 0.58% -
XYZ 19.36 18.45 8.67 -
YUV 118.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 149 112 72 0 0.25 0.52 0.42 31.17 0.35 0.43
Hex 95 70 48 0 19 34 2A 1F 23 2B
Octal 225 160 110 0 31 64 52 37 43 53
Binary 10010101 1110000 1001000 0 11001 110100 101010 11111 100011 101011

Color Harmonies of #957048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957048

Black with #957048

Text Example


Text Example

White with #957048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957048; }

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

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

background-color css

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

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

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

border-color css

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

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

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