Html Css Color HEX #948472 Schooner

📋 copy color: '#948472'

red 148 ◦ green 132 ◦ blue 114

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

Shades of Schooner #948472

Tints of Schooner #948472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 37.56%
G = 33.5%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#948472 (or 0x948472) is known color: Schooner. HEX triplet: 94, 84 and 72. RGB value is (148,132,114). Sum of RGB (Red+Green+Blue) = 148+132+114=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948472 is #6B7B8D. Grayscale: #868686. Windows color (decimal): -7043982 or 7505044. OLE color: 7505044.

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

Color convert

RGB 148 132 114 -
CMYK 0 0.11 0.23 0.42
HSL 31.76º 0.14% 0.51% -
HSV(B) 31.76º 0.23% 0.58% -
XYZ 23.5 24.01 19.32 -
YUV 134.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 148 132 114 0 0.11 0.23 0.42 31.76 0.14 0.51
Hex 94 84 72 0 B 17 2A 20 E 33
Octal 224 204 162 0 13 27 52 40 16 63
Binary 10010100 10000100 1110010 0 1011 10111 101010 100000 1110 110011

Color Harmonies of #948472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948472

Black with #948472

Text Example


Text Example

White with #948472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948472; }

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

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

background-color css

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

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

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

border-color css

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

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

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