Html Css Color HEX #8A8375 Schooner

📋 copy color: '#8A8375'

red 138 ◦ green 131 ◦ blue 117

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

Shades of Schooner #8A8375

Tints of Schooner #8A8375

RGB

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

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

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

R = 35.75%
G = 33.94%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A8375 (or 0x8A8375) is known color: Schooner. HEX triplet: 8A, 83 and 75. RGB value is (138,131,117). Sum of RGB (Red+Green+Blue) = 138+131+117=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8375 is #757C8A. Grayscale: #838383. Windows color (decimal): -7699595 or 7701386. OLE color: 7701386.

HSL color Cylindrical-coordinate representation of color #8A8375: hue angle of 40º 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 #8A8375 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 117 -
CMYK 0 0.05 0.15 0.46
HSL 40º 0.08% 0.5% -
HSV(B) 40º 0.15% 0.54% -
XYZ 21.81 22.92 20.1 -
YUV 131.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 138 131 117 0 0.05 0.15 0.46 40 0.08 0.5
Hex 8A 83 75 0 5 F 2E 28 8 32
Octal 212 203 165 0 5 17 56 50 10 62
Binary 10001010 10000011 1110101 0 101 1111 101110 101000 1000 110010

Color Harmonies of #8A8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8375

Black with #8A8375

Text Example


Text Example

White with #8A8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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