Html Css Color HEX #8B5D53 Spicy Mix

📋 copy color: '#8B5D53'

red 139 ◦ green 93 ◦ blue 83

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

Shades of Spicy Mix #8B5D53

Tints of Spicy Mix #8B5D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 44.13%
G = 29.52%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B5D53 (or 0x8B5D53) is known color: Spicy Mix. HEX triplet: 8B, 5D and 53. RGB value is (139,93,83). Sum of RGB (Red+Green+Blue) = 139+93+83=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D53 is #74A2AC. Grayscale: #696969. Windows color (decimal): -7643821 or 5463435. OLE color: 5463435.

HSL color Cylindrical-coordinate representation of color #8B5D53: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5D53 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 83 -
CMYK 0 0.33 0.40 0.45
HSL 10.71º 0.25% 0.44% -
HSV(B) 10.71º 0.4% 0.55% -
XYZ 16.12 13.94 10.02 -
YUV 105.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 139 93 83 0 0.33 0.40 0.45 10.71 0.25 0.44
Hex 8B 5D 53 0 21 28 2D B 19 2C
Octal 213 135 123 0 41 50 55 13 31 54
Binary 10001011 1011101 1010011 0 100001 101000 101101 1011 11001 101100

Color Harmonies of #8B5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D53

Black with #8B5D53

Text Example


Text Example

White with #8B5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,83); }

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

background-color css

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

 a { background-color: rgb(139,93,83); }

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

border-color css

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

 span { border-color: rgb(139,93,83); }

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