#95775C

Color #95775C Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #95775C

Tints of Pale Brown #95775C

Color information

#95775C (or 0x95775C) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 5C. RGB value is (149,119,92). Sum of RGB (Red+Green+Blue) = 149+119+92=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95775C is #6A88A3. Grayscale: #7D7D7D. Windows color (decimal): -6981796 or 6059925. OLE color: 6059925.

HSL color Cylindrical-coordinate representation of color #95775C: hue angle of 28.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95775C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14911992-
CMYK00.200.380.42
HSL28.42º23.65%47.25%-
HSV(B)28.42º38.26%58.43%-
XYZ20.9220.3612.95-
YUV124.89109.44145.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=41.39%
G=33.06%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491199200.200.380.4228.4223.6547.25
Hex95775C014262A1c182f
Octal2251671340244652343057
Binary10010101111011110111000101001001101010101110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,119,92); }

 H1.HeaderClassName
 {
   color: #95775C;
 }
 .AnyTagClassName
 {
   color: #95775C;
 }
</style>
background-color css

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

 a { background-color: rgb(149,119,92); }

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

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

 span { border-color: rgb(149,119,92); }

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