Html Css Color HEX #938472 Schooner

📋 copy color: '#938472'

red 147 ◦ green 132 ◦ blue 114

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

Shades of Schooner #938472

Tints of Schooner #938472

RGB

 RED value IS 147 (57.81% from 255) = 37.4%

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

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

R = 37.4%
G = 33.59%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938472 (or 0x938472) is known color: Schooner. HEX triplet: 93, 84 and 72. RGB value is (147,132,114). Sum of RGB (Red+Green+Blue) = 147+132+114=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938472 is #6C7B8D. Grayscale: #868686. Windows color (decimal): -7109518 or 7505043. OLE color: 7505043.

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

Color convert

RGB 147 132 114 -
CMYK 0 0.10 0.22 0.42
HSL 32.73º 0.13% 0.51% -
HSV(B) 32.73º 0.22% 0.58% -
XYZ 23.32 23.92 19.31 -
YUV 134.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 147 132 114 0 0.10 0.22 0.42 32.73 0.13 0.51
Hex 93 84 72 0 A 16 2A 21 D 33
Octal 223 204 162 0 12 26 52 41 15 63
Binary 10010011 10000100 1110010 0 1010 10110 101010 100001 1101 110011

Color Harmonies of #938472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938472

Black with #938472

Text Example


Text Example

White with #938472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938472; }

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

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

background-color css

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

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

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

border-color css

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

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

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