Html Css Color HEX #957442 Pale Brown

📋 copy color: '#957442'

red 149 ◦ green 116 ◦ blue 66

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

Shades of Pale Brown #957442

Tints of Pale Brown #957442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 45.02%
G = 35.05%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957442 (or 0x957442) is known color: Pale Brown. HEX triplet: 95, 74 and 42. RGB value is (149,116,66). Sum of RGB (Red+Green+Blue) = 149+116+66=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957442 is #6A8BBD. Grayscale: #787878. Windows color (decimal): -6982590 or 4355221. OLE color: 4355221.

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

Color convert

RGB 149 116 66 -
CMYK 0 0.22 0.56 0.42
HSL 36.14º 0.39% 0.42% -
HSV(B) 36.14º 0.56% 0.58% -
XYZ 19.62 19.27 7.84 -
YUV 120.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 149 116 66 0 0.22 0.56 0.42 36.14 0.39 0.42
Hex 95 74 42 0 16 38 2A 24 27 2A
Octal 225 164 102 0 26 70 52 44 47 52
Binary 10010101 1110100 1000010 0 10110 111000 101010 100100 100111 101010

Color Harmonies of #957442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957442

Black with #957442

Text Example


Text Example

White with #957442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957442; }

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

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

background-color css

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

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

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

border-color css

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

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

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