Html Css Color HEX #948583 Suva Grey

📋 copy color: '#948583'

red 148 ◦ green 133 ◦ blue 131

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

Shades of Suva Grey #948583

Tints of Suva Grey #948583

RGB

 RED value IS 148 (58.2% from 255) = 35.92%

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 131 (51.56% from 255) = 31.8%

R = 35.92%
G = 32.28%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948583 (or 0x948583) is known color: Suva Grey. HEX triplet: 94, 85 and 83. RGB value is (148,133,131). Sum of RGB (Red+Green+Blue) = 148+133+131=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948583 is #6B7A7C. Grayscale: #898989. Windows color (decimal): -7043709 or 8619412. OLE color: 8619412.

HSL color Cylindrical-coordinate representation of color #948583: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948583 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 131 -
CMYK 0 0.10 0.11 0.42
HSL 7.06º 0.07% 0.55% -
HSV(B) 7.06º 0.11% 0.58% -
XYZ 24.7 24.71 24.94 -
YUV 137.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 148 133 131 0 0.10 0.11 0.42 7.06 0.07 0.55
Hex 94 85 83 0 A B 2A 7 7 37
Octal 224 205 203 0 12 13 52 7 7 67
Binary 10010100 10000101 10000011 0 1010 1011 101010 111 111 110111

Color Harmonies of #948583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948583

Black with #948583

Text Example


Text Example

White with #948583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948583; }

 p { color: rgb(148,133,131); }

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

background-color css

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

 a { background-color: rgb(148,133,131); }

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

border-color css

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

 span { border-color: rgb(148,133,131); }

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