#825344

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

Shades of Ironstone #825344

Tints of Ironstone #825344

Color information

#825344 (or 0x825344) is unknown color: approx Ironstone. HEX triplet: 82, 53 and 44. RGB value is (130,83,68). Sum of RGB (Red+Green+Blue) = 130+83+68=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825344 is #7DACBB. Grayscale: #5F5F5F. Windows color (decimal): -8236220 or 4477826. OLE color: 4477826.

HSL color Cylindrical-coordinate representation of color #825344: hue angle of 14.52º degrees, saturation: 0.31, 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 #825344 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1308368-
CMYK00.360.480.49
HSL14.52º31.31%38.82%-
HSV(B)14.52º47.69%50.98%-
XYZ13.3411.356.96-
YUV95.34112.57152.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=46.26%
G=29.54%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130836800.360.480.4914.5231.3138.82
Hex8253440243031f1f27
Octal2021231040446061173747
Binary10000010101001110001000100100110000110001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825344; }

 p { color: rgb(130,83,68); }

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

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

 a { background-color: rgb(130,83,68); }

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

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

 span { border-color: rgb(130,83,68); }

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