Html Css Color HEX #948473 Schooner

📋 copy color: '#948473'

red 148 ◦ green 132 ◦ blue 115

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

Shades of Schooner #948473

Tints of Schooner #948473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 37.47%
G = 33.42%
B = 29.11%

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

#948473 (or 0x948473) is known color: Schooner. HEX triplet: 94, 84 and 73. RGB value is (148,132,115). Sum of RGB (Red+Green+Blue) = 148+132+115=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948473 is #6B7B8C. Grayscale: #868686. Windows color (decimal): -7043981 or 7570580. OLE color: 7570580.

HSL color Cylindrical-coordinate representation of color #948473: hue angle of 30.91º 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 #948473 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 115 -
CMYK 0 0.11 0.22 0.42
HSL 30.91º 0.13% 0.52% -
HSV(B) 30.91º 0.22% 0.58% -
XYZ 23.56 24.04 19.62 -
YUV 134.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 148 132 115 0 0.11 0.22 0.42 30.91 0.13 0.52
Hex 94 84 73 0 B 16 2A 1F D 34
Octal 224 204 163 0 13 26 52 37 15 64
Binary 10010100 10000100 1110011 0 1011 10110 101010 11111 1101 110100

Color Harmonies of #948473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948473

Black with #948473

Text Example


Text Example

White with #948473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948473; }

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

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

background-color css

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

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

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

border-color css

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

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

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