Html Css Color HEX #918273 Schooner

📋 copy color: '#918273'

red 145 ◦ green 130 ◦ blue 115

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

Shades of Schooner #918273

Tints of Schooner #918273

RGB

 RED value IS 145 (57.03% from 255) = 37.18%

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 37.18%
G = 33.33%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918273 (or 0x918273) is known color: Schooner. HEX triplet: 91, 82 and 73. RGB value is (145,130,115). Sum of RGB (Red+Green+Blue) = 145+130+115=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918273 is #6E7D8C. Grayscale: #848484. Windows color (decimal): -7241101 or 7570065. OLE color: 7570065.

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

Color convert

RGB 145 130 115 -
CMYK 0 0.10 0.21 0.43
HSL 30º 0.12% 0.51% -
HSV(B) 30º 0.21% 0.57% -
XYZ 22.75 23.22 19.5 -
YUV 132.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 145 130 115 0 0.10 0.21 0.43 30 0.12 0.51
Hex 91 82 73 0 A 15 2B 1E C 33
Octal 221 202 163 0 12 25 53 36 14 63
Binary 10010001 10000010 1110011 0 1010 10101 101011 11110 1100 110011

Color Harmonies of #918273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918273

Black with #918273

Text Example


Text Example

White with #918273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918273; }

 p { color: rgb(145,130,115); }

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

background-color css

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

 a { background-color: rgb(145,130,115); }

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

border-color css

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

 span { border-color: rgb(145,130,115); }

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