Html Css Color HEX #928575 Schooner

📋 copy color: '#928575'

red 146 ◦ green 133 ◦ blue 117

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

Shades of Schooner #928575

Tints of Schooner #928575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 36.87%
G = 33.59%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#928575 (or 0x928575) is known color: Schooner. HEX triplet: 92, 85 and 75. RGB value is (146,133,117). Sum of RGB (Red+Green+Blue) = 146+133+117=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928575 is #6D7A8A. Grayscale: #878787. Windows color (decimal): -7174795 or 7701906. OLE color: 7701906.

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

Color convert

RGB 146 133 117 -
CMYK 0 0.09 0.20 0.43
HSL 33.1º 0.12% 0.52% -
HSV(B) 33.1º 0.2% 0.57% -
XYZ 23.45 24.17 20.26 -
YUV 135.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 146 133 117 0 0.09 0.20 0.43 33.1 0.12 0.52
Hex 92 85 75 0 9 14 2B 21 C 34
Octal 222 205 165 0 11 24 53 41 14 64
Binary 10010010 10000101 1110101 0 1001 10100 101011 100001 1100 110100

Color Harmonies of #928575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928575

Black with #928575

Text Example


Text Example

White with #928575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928575; }

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

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

background-color css

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

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

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

border-color css

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

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

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