#83553F

Color #83553F Ironstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ironstone #83553F

Tints of Ironstone #83553F

Color information

#83553F (or 0x83553F) is unknown color: approx Ironstone. HEX triplet: 83, 55 and 3F. RGB value is (131,85,63). Sum of RGB (Red+Green+Blue) = 131+85+63=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553F is #7CAAC0. Grayscale: #606060. Windows color (decimal): -8170177 or 4150659. OLE color: 4150659.

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

Color convert

RGB1318563-
CMYK00.350.520.49
HSL19.41º35.05%38.04%-
HSV(B)19.41º51.91%51.37%-
XYZ13.5111.686.25-
YUV96.25109.24152.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 63 (25% from 255) = 22.58%
R=46.95%
G=30.47%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131856300.350.520.4919.4135.0538.04
Hex83553F0233431132326
Octal203125770436461234346
Binary100000111010101111111010001111010011000110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83553F;
 }
 .AnyTagClassName
 {
   color: #83553F;
 }
</style>
background-color css

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

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

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

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

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

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