Html Css Color HEX #928372 Schooner

📋 copy color: '#928372'

red 146 ◦ green 131 ◦ blue 114

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

Shades of Schooner #928372

Tints of Schooner #928372

RGB

 RED value IS 146 (57.42% from 255) = 37.34%

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 37.34%
G = 33.5%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#928372 (or 0x928372) is known color: Schooner. HEX triplet: 92, 83 and 72. RGB value is (146,131,114). Sum of RGB (Red+Green+Blue) = 146+131+114=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928372 is #6D7C8D. Grayscale: #858585. Windows color (decimal): -7175310 or 7504786. OLE color: 7504786.

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

Color convert

RGB 146 131 114 -
CMYK 0 0.10 0.22 0.43
HSL 31.88º 0.13% 0.51% -
HSV(B) 31.88º 0.22% 0.57% -
XYZ 23.01 23.56 19.25 -
YUV 133.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 146 131 114 0 0.10 0.22 0.43 31.88 0.13 0.51
Hex 92 83 72 0 A 16 2B 20 D 33
Octal 222 203 162 0 12 26 53 40 15 63
Binary 10010010 10000011 1110010 0 1010 10110 101011 100000 1101 110011

Color Harmonies of #928372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928372

Black with #928372

Text Example


Text Example

White with #928372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928372; }

 p { color: rgb(146,131,114); }

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

background-color css

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

 a { background-color: rgb(146,131,114); }

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

border-color css

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

 span { border-color: rgb(146,131,114); }

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