Html Css Color HEX #908472 Schooner

📋 copy color: '#908472'

red 144 ◦ green 132 ◦ blue 114

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

Shades of Schooner #908472

Tints of Schooner #908472

RGB

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

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

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

R = 36.92%
G = 33.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#908472 (or 0x908472) is known color: Schooner. HEX triplet: 90, 84 and 72. RGB value is (144,132,114). Sum of RGB (Red+Green+Blue) = 144+132+114=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908472 is #6F7B8D. Grayscale: #858585. Windows color (decimal): -7306126 or 7505040. OLE color: 7505040.

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

Color convert

RGB 144 132 114 -
CMYK 0 0.08 0.21 0.44
HSL 36º 0.12% 0.51% -
HSV(B) 36º 0.21% 0.56% -
XYZ 22.79 23.65 19.28 -
YUV 133.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 144 132 114 0 0.08 0.21 0.44 36 0.12 0.51
Hex 90 84 72 0 8 15 2C 24 C 33
Octal 220 204 162 0 10 25 54 44 14 63
Binary 10010000 10000100 1110010 0 1000 10101 101100 100100 1100 110011

Color Harmonies of #908472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908472

Black with #908472

Text Example


Text Example

White with #908472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908472; }

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

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

background-color css

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

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

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

border-color css

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

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

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