Html Css Color HEX #957046 Pale Brown

📋 copy color: '#957046'

red 149 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #957046

Tints of Pale Brown #957046

RGB

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

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

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

R = 45.02%
G = 33.84%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957046 (or 0x957046) is known color: Pale Brown. HEX triplet: 95, 70 and 46. RGB value is (149,112,70). Sum of RGB (Red+Green+Blue) = 149+112+70=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957046 is #6A8FB9. Grayscale: #767676. Windows color (decimal): -6983610 or 4616341. OLE color: 4616341.

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

Color convert

RGB 149 112 70 -
CMYK 0 0.25 0.53 0.42
HSL 31.9º 0.36% 0.43% -
HSV(B) 31.9º 0.53% 0.58% -
XYZ 19.29 18.42 8.33 -
YUV 118.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 149 112 70 0 0.25 0.53 0.42 31.9 0.36 0.43
Hex 95 70 46 0 19 35 2A 20 24 2B
Octal 225 160 106 0 31 65 52 40 44 53
Binary 10010101 1110000 1000110 0 11001 110101 101010 100000 100100 101011

Color Harmonies of #957046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957046

Black with #957046

Text Example


Text Example

White with #957046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957046; }

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

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

background-color css

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

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

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

border-color css

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

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

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