Html Css Color HEX #95754C Pale Brown

📋 copy color: '#95754C'

red 149 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #95754C

Tints of Pale Brown #95754C

RGB

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

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

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

R = 43.57%
G = 34.21%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95754C (or 0x95754C) is known color: Pale Brown. HEX triplet: 95, 75 and 4C. RGB value is (149,117,76). Sum of RGB (Red+Green+Blue) = 149+117+76=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95754C is #6A8AB3. Grayscale: #7A7A7A. Windows color (decimal): -6982324 or 5010837. OLE color: 5010837.

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

Color convert

RGB 149 117 76 -
CMYK 0 0.21 0.49 0.42
HSL 33.7º 0.32% 0.44% -
HSV(B) 33.7º 0.49% 0.58% -
XYZ 20.06 19.63 9.57 -
YUV 121.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 149 117 76 0 0.21 0.49 0.42 33.7 0.32 0.44
Hex 95 75 4C 0 15 31 2A 22 20 2C
Octal 225 165 114 0 25 61 52 42 40 54
Binary 10010101 1110101 1001100 0 10101 110001 101010 100010 100000 101100

Color Harmonies of #95754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95754C

Black with #95754C

Text Example


Text Example

White with #95754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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