Html Css Color HEX #908273 Schooner

📋 copy color: '#908273'

red 144 ◦ green 130 ◦ blue 115

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

Shades of Schooner #908273

Tints of Schooner #908273

RGB

 RED value IS 144 (56.64% from 255) = 37.02%

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

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

R = 37.02%
G = 33.42%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#908273 (or 0x908273) is known color: Schooner. HEX triplet: 90, 82 and 73. RGB value is (144,130,115). Sum of RGB (Red+Green+Blue) = 144+130+115=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #908273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908273 is #6F7D8C. Grayscale: #848484. Windows color (decimal): -7306637 or 7570064. OLE color: 7570064.

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

Color convert

RGB 144 130 115 -
CMYK 0 0.10 0.20 0.44
HSL 31.03º 0.12% 0.51% -
HSV(B) 31.03º 0.2% 0.56% -
XYZ 22.58 23.13 19.49 -
YUV 132.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 144 130 115 0 0.10 0.20 0.44 31.03 0.12 0.51
Hex 90 82 73 0 A 14 2C 1F C 33
Octal 220 202 163 0 12 24 54 37 14 63
Binary 10010000 10000010 1110011 0 1010 10100 101100 11111 1100 110011

Color Harmonies of #908273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908273

Black with #908273

Text Example


Text Example

White with #908273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908273; }

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

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

background-color css

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

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

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

border-color css

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

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

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