Html Css Color HEX #957542 Pale Brown

📋 copy color: '#957542'

red 149 ◦ green 117 ◦ blue 66

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

Shades of Pale Brown #957542

Tints of Pale Brown #957542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 44.88%
G = 35.24%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957542 (or 0x957542) is known color: Pale Brown. HEX triplet: 95, 75 and 42. RGB value is (149,117,66). Sum of RGB (Red+Green+Blue) = 149+117+66=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #957542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957542 is #6A8ABD. Grayscale: #787878. Windows color (decimal): -6982334 or 4355477. OLE color: 4355477.

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

Color convert

RGB 149 117 66 -
CMYK 0 0.21 0.56 0.42
HSL 36.87º 0.39% 0.42% -
HSV(B) 36.87º 0.56% 0.58% -
XYZ 19.74 19.51 7.88 -
YUV 120.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 149 117 66 0 0.21 0.56 0.42 36.87 0.39 0.42
Hex 95 75 42 0 15 38 2A 25 27 2A
Octal 225 165 102 0 25 70 52 45 47 52
Binary 10010101 1110101 1000010 0 10101 111000 101010 100101 100111 101010

Color Harmonies of #957542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957542

Black with #957542

Text Example


Text Example

White with #957542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957542; }

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

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

background-color css

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

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

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

border-color css

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

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

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