#95837F

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

Shades of Suva Grey #95837F

Tints of Suva Grey #95837F

Color information

#95837F (or 0x95837F) is unknown color: approx Suva Grey. HEX triplet: 95, 83 and 7F. RGB value is (149,131,127). Sum of RGB (Red+Green+Blue) = 149+131+127=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837F is #6A7C80. Grayscale: #878787. Windows color (decimal): -6978689 or 8356757. OLE color: 8356757.

HSL color Cylindrical-coordinate representation of color #95837F: hue angle of 10.91º degrees, saturation: 0.09, 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 #95837F is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149131127-
CMYK00.120.150.42
HSL10.91º9.4%54.12%-
HSV(B)10.91º14.77%58.43%-
XYZ24.3424.1523.46-
YUV135.93122.96137.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 127 (50% from 255) = 31.20%
R=36.61%
G=32.19%
B=31.20%

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
Decimal14913112700.120.150.4210.919.454.12
Hex95837F0CF2Ab936
Octal2252031770141752131166
Binary1001010110000011111111101100111110101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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