#95765C

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

Shades of Pale Brown #95765C

Tints of Pale Brown #95765C

Color information

#95765C (or 0x95765C) is unknown color: approx Pale Brown. HEX triplet: 95, 76 and 5C. RGB value is (149,118,92). Sum of RGB (Red+Green+Blue) = 149+118+92=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95765C is #6A89A3. Grayscale: #7C7C7C. Windows color (decimal): -6982052 or 6059669. OLE color: 6059669.

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

Color convert

RGB14911892-
CMYK00.210.380.42
HSL27.37º23.65%47.25%-
HSV(B)27.37º38.26%58.43%-
XYZ20.820.1212.91-
YUV124.3109.77145.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=41.50%
G=32.87%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491189200.210.380.4227.3723.6547.25
Hex95765C015262A1b182f
Octal2251661340254652333057
Binary10010101111011010111000101011001101010101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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