#95837E

Color #95837E Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #95837E

Tints of Suva Grey #95837E

Color information

#95837E (or 0x95837E) is unknown color: approx Suva Grey. HEX triplet: 95, 83 and 7E. RGB value is (149,131,126). Sum of RGB (Red+Green+Blue) = 149+131+126=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837E is #6A7C81. Grayscale: #878787. Windows color (decimal): -6978690 or 8291221. OLE color: 8291221.

HSL color Cylindrical-coordinate representation of color #95837E: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95837E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149131126-
CMYK00.120.150.42
HSL13.04º9.79%53.92%-
HSV(B)13.04º15.44%58.43%-
XYZ24.2824.1323.12-
YUV135.81122.46137.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=36.70%
G=32.27%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913112600.120.150.4213.049.7953.92
Hex95837E0CF2Ada36
Octal2252031760141752151266
Binary1001010110000011111111001100111110101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95837E; }

 p { color: rgb(149,131,126); }

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

<style>
 a { background-color: #95837E; }

 a { background-color: rgb(149,131,126); }

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

<style>
 span { border-color: #95837E; }

 span { border-color: rgb(149,131,126); }

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