Html Css Color HEX #82503E Ironstone

📋 copy color: '#82503E'

red 130 ◦ green 80 ◦ blue 62

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

Shades of Ironstone #82503E

Tints of Ironstone #82503E

RGB

 RED value IS 130 (51.17% from 255) = 47.79%

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

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

R = 47.79%
G = 29.41%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82503E (or 0x82503E) is known color: Ironstone. HEX triplet: 82, 50 and 3E. RGB value is (130,80,62). Sum of RGB (Red+Green+Blue) = 130+80+62=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82503E is #7DAFC1. Grayscale: #5D5D5D. Windows color (decimal): -8236994 or 4083842. OLE color: 4083842.

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

Color convert

RGB 130 80 62 -
CMYK 0 0.38 0.52 0.49
HSL 15.88º 0.35% 0.38% -
HSV(B) 15.88º 0.52% 0.51% -
XYZ 12.94 10.83 5.97 -
YUV 92.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 130 80 62 0 0.38 0.52 0.49 15.88 0.35 0.38
Hex 82 50 3E 0 26 34 31 10 23 26
Octal 202 120 76 0 46 64 61 20 43 46
Binary 10000010 1010000 111110 0 100110 110100 110001 10000 100011 100110

Color Harmonies of #82503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82503E

Black with #82503E

Text Example


Text Example

White with #82503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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