Html Css Color HEX #957348 Pale Brown

📋 copy color: '#957348'

red 149 ◦ green 115 ◦ blue 72

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

Shades of Pale Brown #957348

Tints of Pale Brown #957348

RGB

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

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

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

R = 44.35%
G = 34.23%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#957348 (or 0x957348) is known color: Pale Brown. HEX triplet: 95, 73 and 48. RGB value is (149,115,72). Sum of RGB (Red+Green+Blue) = 149+115+72=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #957348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957348 is #6A8CB7. Grayscale: #787878. Windows color (decimal): -6982840 or 4748181. OLE color: 4748181.

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

Color convert

RGB 149 115 72 -
CMYK 0 0.23 0.52 0.42
HSL 33.51º 0.35% 0.43% -
HSV(B) 33.51º 0.52% 0.58% -
XYZ 19.69 19.12 8.78 -
YUV 120.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 149 115 72 0 0.23 0.52 0.42 33.51 0.35 0.43
Hex 95 73 48 0 17 34 2A 22 23 2B
Octal 225 163 110 0 27 64 52 42 43 53
Binary 10010101 1110011 1001000 0 10111 110100 101010 100010 100011 101011

Color Harmonies of #957348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957348

Black with #957348

Text Example


Text Example

White with #957348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957348; }

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

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

background-color css

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

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

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

border-color css

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

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

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