#95754B

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

Shades of Pale Brown #95754B

Tints of Pale Brown #95754B

Color information

#95754B (or 0x95754B) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 4B. RGB value is (149,117,75). Sum of RGB (Red+Green+Blue) = 149+117+75=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95754B is #6A8AB4. Grayscale: #797979. Windows color (decimal): -6982325 or 4945301. OLE color: 4945301.

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

Color convert

RGB14911775-
CMYK00.210.500.42
HSL34.05º33.04%43.92%-
HSV(B)34.05º49.66%58.43%-
XYZ20.0319.629.39-
YUV121.78101.6147.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=43.70%
G=34.31%
B=21.99%

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
Decimal1491177500.210.500.4234.0533.0443.92
Hex95754B015322A22212c
Octal2251651130256252424154
Binary1001010111101011001011010101110010101010100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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