#95764B

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

Shades of Pale Brown #95764B

Tints of Pale Brown #95764B

Color information

#95764B (or 0x95764B) is unknown color: approx Pale Brown. HEX triplet: 95, 76 and 4B. RGB value is (149,118,75). Sum of RGB (Red+Green+Blue) = 149+118+75=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95764B is #6A89B4. Grayscale: #7A7A7A. Windows color (decimal): -6982069 or 4945557. OLE color: 4945557.

HSL color Cylindrical-coordinate representation of color #95764B: hue angle of 34.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95764B is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14911875-
CMYK00.210.500.42
HSL34.86º33.04%43.92%-
HSV(B)34.86º49.66%58.43%-
XYZ20.1419.859.43-
YUV122.37101.27147-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=43.57%
G=34.50%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491187500.210.500.4234.8633.0443.92
Hex95764B015322A23212c
Octal2251661130256252434154
Binary1001010111101101001011010101110010101010100011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95764B; }

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

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

<style>
 a { background-color: #95764B; }

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

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

<style>
 span { border-color: #95764B; }

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

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