Html Css Color HEX #8C8373 Schooner

📋 copy color: '#8C8373'

red 140 ◦ green 131 ◦ blue 115

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

Shades of Schooner #8C8373

Tints of Schooner #8C8373

RGB

 RED value IS 140 (55.08% from 255) = 36.27%

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

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

R = 36.27%
G = 33.94%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C8373 (or 0x8C8373) is known color: Schooner. HEX triplet: 8C, 83 and 73. RGB value is (140,131,115). Sum of RGB (Red+Green+Blue) = 140+131+115=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8373 is #737C8C. Grayscale: #838383. Windows color (decimal): -7568525 or 7570316. OLE color: 7570316.

HSL color Cylindrical-coordinate representation of color #8C8373: hue angle of 38.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8373 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 115 -
CMYK 0 0.06 0.18 0.45
HSL 38.4º 0.1% 0.5% -
HSV(B) 38.4º 0.18% 0.55% -
XYZ 22.03 23.05 19.51 -
YUV 131.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 140 131 115 0 0.06 0.18 0.45 38.4 0.1 0.5
Hex 8C 83 73 0 6 12 2D 26 A 32
Octal 214 203 163 0 6 22 55 46 12 62
Binary 10001100 10000011 1110011 0 110 10010 101101 100110 1010 110010

Color Harmonies of #8C8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8373

Black with #8C8373

Text Example


Text Example

White with #8C8373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,115); }

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

background-color css

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

 a { background-color: rgb(140,131,115); }

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

border-color css

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

 span { border-color: rgb(140,131,115); }

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