Html Css Color HEX #957246 Pale Brown

📋 copy color: '#957246'

red 149 ◦ green 114 ◦ blue 70

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

Shades of Pale Brown #957246

Tints of Pale Brown #957246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

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

R = 44.74%
G = 34.23%
B = 21.02%

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

#957246 (or 0x957246) is known color: Pale Brown. HEX triplet: 95, 72 and 46. RGB value is (149,114,70). Sum of RGB (Red+Green+Blue) = 149+114+70=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957246 is #6A8DB9. Grayscale: #777777. Windows color (decimal): -6983098 or 4616853. OLE color: 4616853.

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

Color convert

RGB 149 114 70 -
CMYK 0 0.23 0.53 0.42
HSL 33.42º 0.36% 0.43% -
HSV(B) 33.42º 0.53% 0.58% -
XYZ 19.52 18.87 8.41 -
YUV 119.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 149 114 70 0 0.23 0.53 0.42 33.42 0.36 0.43
Hex 95 72 46 0 17 35 2A 21 24 2B
Octal 225 162 106 0 27 65 52 41 44 53
Binary 10010101 1110010 1000110 0 10111 110101 101010 100001 100100 101011

Color Harmonies of #957246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957246

Black with #957246

Text Example


Text Example

White with #957246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957246; }

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

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

background-color css

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

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

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

border-color css

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

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

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