Html Css Color HEX #8B7350 Shadow

📋 copy color: '#8B7350'

red 139 ◦ green 115 ◦ blue 80

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

Shades of Shadow #8B7350

Tints of Shadow #8B7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 41.62%
G = 34.43%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B7350 (or 0x8B7350) is known color: Shadow. HEX triplet: 8B, 73 and 50. RGB value is (139,115,80). Sum of RGB (Red+Green+Blue) = 139+115+80=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7350 is #748CAF. Grayscale: #767676. Windows color (decimal): -7638192 or 5272459. OLE color: 5272459.

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

Color convert

RGB 139 115 80 -
CMYK 0 0.17 0.42 0.45
HSL 35.59º 0.27% 0.43% -
HSV(B) 35.59º 0.42% 0.55% -
XYZ 18.23 18.33 10.17 -
YUV 118.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 139 115 80 0 0.17 0.42 0.45 35.59 0.27 0.43
Hex 8B 73 50 0 11 2A 2D 24 1B 2B
Octal 213 163 120 0 21 52 55 44 33 53
Binary 10001011 1110011 1010000 0 10001 101010 101101 100100 11011 101011

Color Harmonies of #8B7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7350

Black with #8B7350

Text Example


Text Example

White with #8B7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,115,80); }

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

background-color css

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

 a { background-color: rgb(139,115,80); }

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

border-color css

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

 span { border-color: rgb(139,115,80); }

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