Html Css Color HEX #8B8376 Schooner

📋 copy color: '#8B8376'

red 139 ◦ green 131 ◦ blue 118

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

Shades of Schooner #8B8376

Tints of Schooner #8B8376

RGB

 RED value IS 139 (54.69% from 255) = 35.82%

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 35.82%
G = 33.76%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B8376 (or 0x8B8376) is known color: Schooner. HEX triplet: 8B, 83 and 76. RGB value is (139,131,118). Sum of RGB (Red+Green+Blue) = 139+131+118=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8376 is #747C89. Grayscale: #838383. Windows color (decimal): -7634058 or 7766923. OLE color: 7766923.

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

Color convert

RGB 139 131 118 -
CMYK 0 0.06 0.15 0.45
HSL 37.14º 0.08% 0.5% -
HSV(B) 37.14º 0.15% 0.55% -
XYZ 22.03 23.03 20.42 -
YUV 131.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 139 131 118 0 0.06 0.15 0.45 37.14 0.08 0.5
Hex 8B 83 76 0 6 F 2D 25 8 32
Octal 213 203 166 0 6 17 55 45 10 62
Binary 10001011 10000011 1110110 0 110 1111 101101 100101 1000 110010

Color Harmonies of #8B8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8376

Black with #8B8376

Text Example


Text Example

White with #8B8376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,131,118); }

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

background-color css

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

 a { background-color: rgb(139,131,118); }

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

border-color css

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

 span { border-color: rgb(139,131,118); }

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