Html Css Color HEX #8C8270 Schooner

📋 copy color: '#8C8270'

red 140 ◦ green 130 ◦ blue 112

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

Shades of Schooner #8C8270

Tints of Schooner #8C8270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 36.65%
G = 34.03%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8C8270 (or 0x8C8270) is known color: Schooner. HEX triplet: 8C, 82 and 70. RGB value is (140,130,112). Sum of RGB (Red+Green+Blue) = 140+130+112=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8270 is #737D8F. Grayscale: #838383. Windows color (decimal): -7568784 or 7373452. OLE color: 7373452.

HSL color Cylindrical-coordinate representation of color #8C8270: hue angle of 38.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C8270 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 112 -
CMYK 0 0.07 0.20 0.45
HSL 38.57º 0.11% 0.49% -
HSV(B) 38.57º 0.2% 0.55% -
XYZ 21.72 22.71 18.57 -
YUV 130.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 140 130 112 0 0.07 0.20 0.45 38.57 0.11 0.49
Hex 8C 82 70 0 7 14 2D 27 B 31
Octal 214 202 160 0 7 24 55 47 13 61
Binary 10001100 10000010 1110000 0 111 10100 101101 100111 1011 110001

Color Harmonies of #8C8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8270

Black with #8C8270

Text Example


Text Example

White with #8C8270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,130,112); }

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

background-color css

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

 a { background-color: rgb(140,130,112); }

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

border-color css

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

 span { border-color: rgb(140,130,112); }

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