#835044

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

Shades of Ironstone #835044

Tints of Ironstone #835044

Color information

#835044 (or 0x835044) is unknown color: approx Ironstone. HEX triplet: 83, 50 and 44. RGB value is (131,80,68). Sum of RGB (Red+Green+Blue) = 131+80+68=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835044 is #7CAFBB. Grayscale: #5D5D5D. Windows color (decimal): -8171452 or 4477059. OLE color: 4477059.

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

Color convert

RGB1318068-
CMYK00.390.480.49
HSL11.43º31.66%39.02%-
HSV(B)11.43º48.09%51.37%-
XYZ13.2710.986.89-
YUV93.88113.4154.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=46.95%
G=28.67%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131806800.390.480.4911.4331.6639.02
Hex8350440273031b2027
Octal2031201040476061134047
Binary100000111010000100010001001111100001100011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835044; }

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

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

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

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

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

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

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

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