Html Css Color HEX #957342 Pale Brown

📋 copy color: '#957342'

red 149 ◦ green 115 ◦ blue 66

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

Shades of Pale Brown #957342

Tints of Pale Brown #957342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 45.15%
G = 34.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957342 (or 0x957342) is known color: Pale Brown. HEX triplet: 95, 73 and 42. RGB value is (149,115,66). Sum of RGB (Red+Green+Blue) = 149+115+66=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #957342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957342 is #6A8CBD. Grayscale: #777777. Windows color (decimal): -6982846 or 4354965. OLE color: 4354965.

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

Color convert

RGB 149 115 66 -
CMYK 0 0.23 0.56 0.42
HSL 35.42º 0.39% 0.42% -
HSV(B) 35.42º 0.56% 0.58% -
XYZ 19.51 19.04 7.8 -
YUV 119.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 149 115 66 0 0.23 0.56 0.42 35.42 0.39 0.42
Hex 95 73 42 0 17 38 2A 23 27 2A
Octal 225 163 102 0 27 70 52 43 47 52
Binary 10010101 1110011 1000010 0 10111 111000 101010 100011 100111 101010

Color Harmonies of #957342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957342

Black with #957342

Text Example


Text Example

White with #957342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957342; }

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

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

background-color css

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

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

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

border-color css

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

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

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