Html Css Color HEX #928472 Schooner

📋 copy color: '#928472'

red 146 ◦ green 132 ◦ blue 114

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

Shades of Schooner #928472

Tints of Schooner #928472

RGB

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

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

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

R = 37.24%
G = 33.67%
B = 29.08%

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

#928472 (or 0x928472) is known color: Schooner. HEX triplet: 92, 84 and 72. RGB value is (146,132,114). Sum of RGB (Red+Green+Blue) = 146+132+114=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928472 is #6D7B8D. Grayscale: #868686. Windows color (decimal): -7175054 or 7505042. OLE color: 7505042.

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

Color convert

RGB 146 132 114 -
CMYK 0 0.10 0.22 0.43
HSL 33.75º 0.13% 0.51% -
HSV(B) 33.75º 0.22% 0.57% -
XYZ 23.14 23.83 19.3 -
YUV 134.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 146 132 114 0 0.10 0.22 0.43 33.75 0.13 0.51
Hex 92 84 72 0 A 16 2B 22 D 33
Octal 222 204 162 0 12 26 53 42 15 63
Binary 10010010 10000100 1110010 0 1010 10110 101011 100010 1101 110011

Color Harmonies of #928472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928472

Black with #928472

Text Example


Text Example

White with #928472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928472; }

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

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

background-color css

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

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

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

border-color css

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

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

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