Html Css Color HEX #95744C Pale Brown

📋 copy color: '#95744C'

red 149 ◦ green 116 ◦ blue 76

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

Shades of Pale Brown #95744C

Tints of Pale Brown #95744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 43.7%
G = 34.02%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95744C (or 0x95744C) is known color: Pale Brown. HEX triplet: 95, 74 and 4C. RGB value is (149,116,76). Sum of RGB (Red+Green+Blue) = 149+116+76=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95744C is #6A8BB3. Grayscale: #797979. Windows color (decimal): -6982580 or 5010581. OLE color: 5010581.

HSL color Cylindrical-coordinate representation of color #95744C: hue angle of 32.88º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95744C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 76 -
CMYK 0 0.22 0.49 0.42
HSL 32.88º 0.32% 0.44% -
HSV(B) 32.88º 0.49% 0.58% -
XYZ 19.94 19.4 9.53 -
YUV 121.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 149 116 76 0 0.22 0.49 0.42 32.88 0.32 0.44
Hex 95 74 4C 0 16 31 2A 21 20 2C
Octal 225 164 114 0 26 61 52 41 40 54
Binary 10010101 1110100 1001100 0 10110 110001 101010 100001 100000 101100

Color Harmonies of #95744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95744C

Black with #95744C

Text Example


Text Example

White with #95744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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