Html Css Color HEX #8A8275 Schooner

📋 copy color: '#8A8275'

red 138 ◦ green 130 ◦ blue 117

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

Shades of Schooner #8A8275

Tints of Schooner #8A8275

RGB

 RED value IS 138 (54.3% from 255) = 35.84%

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 35.84%
G = 33.77%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A8275 (or 0x8A8275) is known color: Schooner. HEX triplet: 8A, 82 and 75. RGB value is (138,130,117). Sum of RGB (Red+Green+Blue) = 138+130+117=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8275 is #757D8A. Grayscale: #828282. Windows color (decimal): -7699851 or 7701130. OLE color: 7701130.

HSL color Cylindrical-coordinate representation of color #8A8275: hue angle of 37.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A8275 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 117 -
CMYK 0 0.06 0.15 0.46
HSL 37.14º 0.08% 0.5% -
HSV(B) 37.14º 0.15% 0.54% -
XYZ 21.67 22.65 20.06 -
YUV 130.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 138 130 117 0 0.06 0.15 0.46 37.14 0.08 0.5
Hex 8A 82 75 0 6 F 2E 25 8 32
Octal 212 202 165 0 6 17 56 45 10 62
Binary 10001010 10000010 1110101 0 110 1111 101110 100101 1000 110010

Color Harmonies of #8A8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8275

Black with #8A8275

Text Example


Text Example

White with #8A8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,117); }

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

background-color css

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

 a { background-color: rgb(138,130,117); }

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

border-color css

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

 span { border-color: rgb(138,130,117); }

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