Html Css Color HEX #95817D Suva Grey

📋 copy color: '#95817D'

red 149 ◦ green 129 ◦ blue 125

#95817D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Suva Grey #95817D

Tints of Suva Grey #95817D

RGB

 RED value IS 149 (58.59% from 255) = 36.97%

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 36.97%
G = 32.01%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95817D (or 0x95817D) is known color: Suva Grey. HEX triplet: 95, 81 and 7D. RGB value is (149,129,125). Sum of RGB (Red+Green+Blue) = 149+129+125=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817D is #6A7E82. Grayscale: #868686. Windows color (decimal): -6979203 or 8225173. OLE color: 8225173.

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

Color convert

RGB 149 129 125 -
CMYK 0 0.13 0.16 0.42
HSL 10º 0.1% 0.54% -
HSV(B) 10º 0.16% 0.58% -
XYZ 23.95 23.57 22.69 -
YUV 134.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 149 129 125 0 0.13 0.16 0.42 10 0.1 0.54
Hex 95 81 7D 0 D 10 2A A A 36
Octal 225 201 175 0 15 20 52 12 12 66
Binary 10010101 10000001 1111101 0 1101 10000 101010 1010 1010 110110

Color Harmonies of #95817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95817D

Black with #95817D

Text Example


Text Example

White with #95817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95817D; }

 p { color: rgb(149,129,125); }

 H1.HeaderClassName
 {
   color: #95817D;
 }
 .AnyTagClassName
 {
   color: #95817D;
 }
</style>

background-color css

<style>
 a { background-color: #95817D; }

 a { background-color: rgb(149,129,125); }

 div.DivClassName
 {
   background-color: #95817D;
 }
 .BgClassName
 {
   background-color: #95817D;
 }
</style>

border-color css

<style>
 span { border-color: #95817D; }

 span { border-color: rgb(149,129,125); }

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