Html Css Color HEX #8A5848 Spicy Mix

📋 copy color: '#8A5848'

red 138 ◦ green 88 ◦ blue 72

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

Shades of Spicy Mix #8A5848

Tints of Spicy Mix #8A5848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 46.31%
G = 29.53%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A5848 (or 0x8A5848) is known color: Spicy Mix. HEX triplet: 8A, 58 and 48. RGB value is (138,88,72). Sum of RGB (Red+Green+Blue) = 138+88+72=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5848 is #75A7B7. Grayscale: #656565. Windows color (decimal): -7710648 or 4741258. OLE color: 4741258.

HSL color Cylindrical-coordinate representation of color #8A5848: hue angle of 14.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5848 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 88 72 -
CMYK 0 0.36 0.48 0.46
HSL 14.55º 0.31% 0.41% -
HSV(B) 14.55º 0.48% 0.54% -
XYZ 15.14 12.85 7.81 -
YUV 101.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 138 88 72 0 0.36 0.48 0.46 14.55 0.31 0.41
Hex 8A 58 48 0 24 30 2E F 1F 29
Octal 212 130 110 0 44 60 56 17 37 51
Binary 10001010 1011000 1001000 0 100100 110000 101110 1111 11111 101001

Color Harmonies of #8A5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5848

Black with #8A5848

Text Example


Text Example

White with #8A5848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,72); }

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

background-color css

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

 a { background-color: rgb(138,88,72); }

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

border-color css

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

 span { border-color: rgb(138,88,72); }

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