Html Css Color HEX #948474 Schooner

📋 copy color: '#948474'

red 148 ◦ green 132 ◦ blue 116

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

Shades of Schooner #948474

Tints of Schooner #948474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 37.37%
G = 33.33%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948474 (or 0x948474) is known color: Schooner. HEX triplet: 94, 84 and 74. RGB value is (148,132,116). Sum of RGB (Red+Green+Blue) = 148+132+116=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948474 is #6B7B8B. Grayscale: #878787. Windows color (decimal): -7043980 or 7636116. OLE color: 7636116.

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

Color convert

RGB 148 132 116 -
CMYK 0 0.11 0.22 0.42
HSL 30º 0.13% 0.52% -
HSV(B) 30º 0.22% 0.58% -
XYZ 23.62 24.06 19.92 -
YUV 134.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 148 132 116 0 0.11 0.22 0.42 30 0.13 0.52
Hex 94 84 74 0 B 16 2A 1E D 34
Octal 224 204 164 0 13 26 52 36 15 64
Binary 10010100 10000100 1110100 0 1011 10110 101010 11110 1101 110100

Color Harmonies of #948474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948474

Black with #948474

Text Example


Text Example

White with #948474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948474; }

 p { color: rgb(148,132,116); }

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

background-color css

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

 a { background-color: rgb(148,132,116); }

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

border-color css

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

 span { border-color: rgb(148,132,116); }

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