Html Css Color HEX #957346 Pale Brown

📋 copy color: '#957346'

red 149 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #957346

Tints of Pale Brown #957346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 44.61%
G = 34.43%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957346 (or 0x957346) is known color: Pale Brown. HEX triplet: 95, 73 and 46. RGB value is (149,115,70). Sum of RGB (Red+Green+Blue) = 149+115+70=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957346 is #6A8CB9. Grayscale: #787878. Windows color (decimal): -6982842 or 4617109. OLE color: 4617109.

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

Color convert

RGB 149 115 70 -
CMYK 0 0.23 0.53 0.42
HSL 34.18º 0.36% 0.43% -
HSV(B) 34.18º 0.53% 0.58% -
XYZ 19.63 19.09 8.45 -
YUV 120.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 149 115 70 0 0.23 0.53 0.42 34.18 0.36 0.43
Hex 95 73 46 0 17 35 2A 22 24 2B
Octal 225 163 106 0 27 65 52 42 44 53
Binary 10010101 1110011 1000110 0 10111 110101 101010 100010 100100 101011

Color Harmonies of #957346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957346

Black with #957346

Text Example


Text Example

White with #957346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957346; }

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

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

background-color css

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

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

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

border-color css

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

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

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