Html Css Color HEX #928475 Schooner

📋 copy color: '#928475'

red 146 ◦ green 132 ◦ blue 117

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

Shades of Schooner #928475

Tints of Schooner #928475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 36.96%
G = 33.42%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#928475 (or 0x928475) is known color: Schooner. HEX triplet: 92, 84 and 75. RGB value is (146,132,117). Sum of RGB (Red+Green+Blue) = 146+132+117=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928475 is #6D7B8A. Grayscale: #868686. Windows color (decimal): -7175051 or 7701650. OLE color: 7701650.

HSL color Cylindrical-coordinate representation of color #928475: hue angle of 31.03º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928475 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 117 -
CMYK 0 0.10 0.20 0.43
HSL 31.03º 0.12% 0.52% -
HSV(B) 31.03º 0.2% 0.57% -
XYZ 23.32 23.9 20.21 -
YUV 134.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 146 132 117 0 0.10 0.20 0.43 31.03 0.12 0.52
Hex 92 84 75 0 A 14 2B 1F C 34
Octal 222 204 165 0 12 24 53 37 14 64
Binary 10010010 10000100 1110101 0 1010 10100 101011 11111 1100 110100

Color Harmonies of #928475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928475

Black with #928475

Text Example


Text Example

White with #928475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928475; }

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

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

background-color css

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

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

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

border-color css

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

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

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