Html Css Color HEX #957356 Pale Brown

📋 copy color: '#957356'

red 149 ◦ green 115 ◦ blue 86

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

Shades of Pale Brown #957356

Tints of Pale Brown #957356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 42.57%
G = 32.86%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957356 (or 0x957356) is known color: Pale Brown. HEX triplet: 95, 73 and 56. RGB value is (149,115,86). Sum of RGB (Red+Green+Blue) = 149+115+86=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957356 is #6A8CA9. Grayscale: #7A7A7A. Windows color (decimal): -6982826 or 5665685. OLE color: 5665685.

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

Color convert

RGB 149 115 86 -
CMYK 0 0.23 0.42 0.42
HSL 27.62º 0.27% 0.46% -
HSV(B) 27.62º 0.42% 0.58% -
XYZ 20.2 19.32 11.47 -
YUV 121.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 149 115 86 0 0.23 0.42 0.42 27.62 0.27 0.46
Hex 95 73 56 0 17 2A 2A 1C 1B 2E
Octal 225 163 126 0 27 52 52 34 33 56
Binary 10010101 1110011 1010110 0 10111 101010 101010 11100 11011 101110

Color Harmonies of #957356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957356

Black with #957356

Text Example


Text Example

White with #957356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957356; }

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

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

background-color css

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

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

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

border-color css

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

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

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