Html Css Color HEX #83503F Ironstone

📋 copy color: '#83503F'

red 131 ◦ green 80 ◦ blue 63

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

Shades of Ironstone #83503F

Tints of Ironstone #83503F

RGB

 RED value IS 131 (51.56% from 255) = 47.81%

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 47.81%
G = 29.2%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83503F (or 0x83503F) is known color: Ironstone. HEX triplet: 83, 50 and 3F. RGB value is (131,80,63). Sum of RGB (Red+Green+Blue) = 131+80+63=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83503F is #7CAFC0. Grayscale: #5D5D5D. Windows color (decimal): -8171457 or 4149379. OLE color: 4149379.

HSL color Cylindrical-coordinate representation of color #83503F: hue angle of 15º 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 #83503F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 63 -
CMYK 0 0.39 0.52 0.49
HSL 15º 0.35% 0.38% -
HSV(B) 15º 0.52% 0.51% -
XYZ 13.13 10.92 6.12 -
YUV 93.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 131 80 63 0 0.39 0.52 0.49 15 0.35 0.38
Hex 83 50 3F 0 27 34 31 F 23 26
Octal 203 120 77 0 47 64 61 17 43 46
Binary 10000011 1010000 111111 0 100111 110100 110001 1111 100011 100110

Color Harmonies of #83503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83503F

Black with #83503F

Text Example


Text Example

White with #83503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83503F; }

 p { color: rgb(131,80,63); }

 H1.HeaderClassName
 {
   color: #83503F;
 }
 .AnyTagClassName
 {
   color: #83503F;
 }
</style>

background-color css

<style>
 a { background-color: #83503F; }

 a { background-color: rgb(131,80,63); }

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

border-color css

<style>
 span { border-color: #83503F; }

 span { border-color: rgb(131,80,63); }

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