Html Css Color HEX #948471 Schooner

📋 copy color: '#948471'

red 148 ◦ green 132 ◦ blue 113

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

Shades of Schooner #948471

Tints of Schooner #948471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 37.66%
G = 33.59%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948471 (or 0x948471) is known color: Schooner. HEX triplet: 94, 84 and 71. RGB value is (148,132,113). Sum of RGB (Red+Green+Blue) = 148+132+113=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948471 is #6B7B8E. Grayscale: #868686. Windows color (decimal): -7043983 or 7439508. OLE color: 7439508.

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

Color convert

RGB 148 132 113 -
CMYK 0 0.11 0.24 0.42
HSL 32.57º 0.14% 0.51% -
HSV(B) 32.57º 0.24% 0.58% -
XYZ 23.44 23.99 19.02 -
YUV 134.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 148 132 113 0 0.11 0.24 0.42 32.57 0.14 0.51
Hex 94 84 71 0 B 18 2A 21 E 33
Octal 224 204 161 0 13 30 52 41 16 63
Binary 10010100 10000100 1110001 0 1011 11000 101010 100001 1110 110011

Color Harmonies of #948471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948471

Black with #948471

Text Example


Text Example

White with #948471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948471; }

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

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

background-color css

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

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

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

border-color css

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

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

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