Html Css Color HEX #8F8374 Schooner

📋 copy color: '#8F8374'

red 143 ◦ green 131 ◦ blue 116

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

Shades of Schooner #8F8374

Tints of Schooner #8F8374

RGB

 RED value IS 143 (56.25% from 255) = 36.67%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 36.67%
G = 33.59%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8F8374 (or 0x8F8374) is known color: Schooner. HEX triplet: 8F, 83 and 74. RGB value is (143,131,116). Sum of RGB (Red+Green+Blue) = 143+131+116=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8374 is #707C8B. Grayscale: #848484. Windows color (decimal): -7371916 or 7635855. OLE color: 7635855.

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

Color convert

RGB 143 131 116 -
CMYK 0 0.08 0.19 0.44
HSL 33.33º 0.11% 0.51% -
HSV(B) 33.33º 0.19% 0.56% -
XYZ 22.6 23.33 19.84 -
YUV 132.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 143 131 116 0 0.08 0.19 0.44 33.33 0.11 0.51
Hex 8F 83 74 0 8 13 2C 21 B 33
Octal 217 203 164 0 10 23 54 41 13 63
Binary 10001111 10000011 1110100 0 1000 10011 101100 100001 1011 110011

Color Harmonies of #8F8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8374

Black with #8F8374

Text Example


Text Example

White with #8F8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F8374; }

 p { color: rgb(143,131,116); }

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

background-color css

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

 a { background-color: rgb(143,131,116); }

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

border-color css

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

 span { border-color: rgb(143,131,116); }

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