Html Css Color HEX #8B8374 Schooner

📋 copy color: '#8B8374'

red 139 ◦ green 131 ◦ blue 116

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

Shades of Schooner #8B8374

Tints of Schooner #8B8374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 36.01%
G = 33.94%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B8374 (or 0x8B8374) is known color: Schooner. HEX triplet: 8B, 83 and 74. RGB value is (139,131,116). Sum of RGB (Red+Green+Blue) = 139+131+116=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8374 is #747C8B. Grayscale: #838383. Windows color (decimal): -7634060 or 7635851. OLE color: 7635851.

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

Color convert

RGB 139 131 116 -
CMYK 0 0.06 0.17 0.45
HSL 39.13º 0.09% 0.5% -
HSV(B) 39.13º 0.17% 0.55% -
XYZ 21.92 22.98 19.8 -
YUV 131.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 139 131 116 0 0.06 0.17 0.45 39.13 0.09 0.5
Hex 8B 83 74 0 6 11 2D 27 9 32
Octal 213 203 164 0 6 21 55 47 11 62
Binary 10001011 10000011 1110100 0 110 10001 101101 100111 1001 110010

Color Harmonies of #8B8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8374

Black with #8B8374

Text Example


Text Example

White with #8B8374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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