#95765A

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

Shades of Pale Brown #95765A

Tints of Pale Brown #95765A

Color information

#95765A (or 0x95765A) is unknown color: approx Pale Brown. HEX triplet: 95, 76 and 5A. RGB value is (149,118,90). Sum of RGB (Red+Green+Blue) = 149+118+90=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95765A is #6A89A5. Grayscale: #7C7C7C. Windows color (decimal): -6982054 or 5928597. OLE color: 5928597.

HSL color Cylindrical-coordinate representation of color #95765A: hue angle of 28.47º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95765A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14911890-
CMYK00.210.400.42
HSL28.47º24.69%46.86%-
HSV(B)28.47º39.6%58.43%-
XYZ20.7220.0812.46-
YUV124.08108.77145.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=41.74%
G=33.05%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491189000.210.400.4228.4724.6946.86
Hex95765A015282A1c192f
Octal2251661320255052343157
Binary10010101111011010110100101011010001010101110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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