Html Css Color HEX #83503C Ironstone

📋 copy color: '#83503C'

red 131 ◦ green 80 ◦ blue 60

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

Shades of Ironstone #83503C

Tints of Ironstone #83503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 48.34%
G = 29.52%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83503C (or 0x83503C) is known color: Ironstone. HEX triplet: 83, 50 and 3C. RGB value is (131,80,60). Sum of RGB (Red+Green+Blue) = 131+80+60=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83503C is #7CAFC3. Grayscale: #5D5D5D. Windows color (decimal): -8171460 or 3952771. OLE color: 3952771.

HSL color Cylindrical-coordinate representation of color #83503C: hue angle of 16.9º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83503C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 60 -
CMYK 0 0.39 0.54 0.49
HSL 16.9º 0.37% 0.37% -
HSV(B) 16.9º 0.54% 0.51% -
XYZ 13.04 10.89 5.69 -
YUV 92.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 131 80 60 0 0.39 0.54 0.49 16.9 0.37 0.37
Hex 83 50 3C 0 27 36 31 11 25 25
Octal 203 120 74 0 47 66 61 21 45 45
Binary 10000011 1010000 111100 0 100111 110110 110001 10001 100101 100101

Color Harmonies of #83503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83503C

Black with #83503C

Text Example


Text Example

White with #83503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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