Html Css Color HEX #80503E Ironstone

📋 copy color: '#80503E'

red 128 ◦ green 80 ◦ blue 62

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

Shades of Ironstone #80503E

Tints of Ironstone #80503E

RGB

 RED value IS 128 (50.39% from 255) = 47.41%

 GREEN value IS 80 (31.64% from 255) = 29.63%

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 47.41%
G = 29.63%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80503E (or 0x80503E) is known color: Ironstone. HEX triplet: 80, 50 and 3E. RGB value is (128,80,62). Sum of RGB (Red+Green+Blue) = 128+80+62=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80503E is #7FAFC1. Grayscale: #5C5C5C. Windows color (decimal): -8368066 or 4083840. OLE color: 4083840.

HSL color Cylindrical-coordinate representation of color #80503E: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80503E is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 62 -
CMYK 0 0.38 0.52 0.50
HSL 16.36º 0.35% 0.37% -
HSV(B) 16.36º 0.52% 0.5% -
XYZ 12.64 10.67 5.95 -
YUV 92.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 128 80 62 0 0.38 0.52 0.50 16.36 0.35 0.37
Hex 80 50 3E 0 26 34 32 10 23 25
Octal 200 120 76 0 46 64 62 20 43 45
Binary 10000000 1010000 111110 0 100110 110100 110010 10000 100011 100101

Color Harmonies of #80503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80503E

Black with #80503E

Text Example


Text Example

White with #80503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80503E; }

 p { color: rgb(128,80,62); }

 H1.HeaderClassName
 {
   color: #80503E;
 }
 .AnyTagClassName
 {
   color: #80503E;
 }
</style>

background-color css

<style>
 a { background-color: #80503E; }

 a { background-color: rgb(128,80,62); }

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

border-color css

<style>
 span { border-color: #80503E; }

 span { border-color: rgb(128,80,62); }

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