Html Css Color HEX #8A5543 Ironstone

📋 copy color: '#8A5543'

red 138 ◦ green 85 ◦ blue 67

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

Shades of Ironstone #8A5543

Tints of Ironstone #8A5543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 47.59%
G = 29.31%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#8A5543 (or 0x8A5543) is known color: Ironstone. HEX triplet: 8A, 55 and 43. RGB value is (138,85,67). Sum of RGB (Red+Green+Blue) = 138+85+67=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5543 is #75AABC. Grayscale: #626262. Windows color (decimal): -7711421 or 4412810. OLE color: 4412810.

HSL color Cylindrical-coordinate representation of color #8A5543: hue angle of 15.21º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5543 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 85 67 -
CMYK 0 0.38 0.51 0.46
HSL 15.21º 0.35% 0.4% -
HSV(B) 15.21º 0.51% 0.54% -
XYZ 14.74 12.31 6.91 -
YUV 98.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 138 85 67 0 0.38 0.51 0.46 15.21 0.35 0.4
Hex 8A 55 43 0 26 33 2E F 23 28
Octal 212 125 103 0 46 63 56 17 43 50
Binary 10001010 1010101 1000011 0 100110 110011 101110 1111 100011 101000

Color Harmonies of #8A5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5543

Black with #8A5543

Text Example


Text Example

White with #8A5543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,67); }

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

background-color css

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

 a { background-color: rgb(138,85,67); }

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

border-color css

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

 span { border-color: rgb(138,85,67); }

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