Html Css Color HEX #8B5340 Ironstone

📋 copy color: '#8B5340'

red 139 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #8B5340

Tints of Ironstone #8B5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 48.6%
G = 29.02%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8B5340 (or 0x8B5340) is known color: Ironstone. HEX triplet: 8B, 53 and 40. RGB value is (139,83,64). Sum of RGB (Red+Green+Blue) = 139+83+64=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5340 is #74ACBF. Grayscale: #616161. Windows color (decimal): -7646400 or 4215691. OLE color: 4215691.

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

Color convert

RGB 139 83 64 -
CMYK 0 0.40 0.54 0.45
HSL 15.2º 0.37% 0.4% -
HSV(B) 15.2º 0.54% 0.55% -
XYZ 14.67 12.05 6.4 -
YUV 97.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 139 83 64 0 0.40 0.54 0.45 15.2 0.37 0.4
Hex 8B 53 40 0 28 36 2D F 25 28
Octal 213 123 100 0 50 66 55 17 45 50
Binary 10001011 1010011 1000000 0 101000 110110 101101 1111 100101 101000

Color Harmonies of #8B5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5340

Black with #8B5340

Text Example


Text Example

White with #8B5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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