#8C523B

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

Shades of Ironstone #8C523B

Tints of Ironstone #8C523B

Color information

#8C523B (or 0x8C523B) is unknown color: approx Ironstone. HEX triplet: 8C, 52 and 3B. RGB value is (140,82,59). Sum of RGB (Red+Green+Blue) = 140+82+59=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C523B is #73ADC4. Grayscale: #606060. Windows color (decimal): -7581125 or 3887756. OLE color: 3887756.

HSL color Cylindrical-coordinate representation of color #8C523B: hue angle of 17.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C523B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1408259-
CMYK00.410.580.45
HSL17.04º40.7%39.02%-
HSV(B)17.04º57.86%54.9%-
XYZ14.6211.935.67-
YUV96.72106.72158.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=49.82%
G=29.18%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140825900.410.580.4517.0440.739.02
Hex8C523B0293A2D112927
Octal214122730517255215147
Binary100011001010010111011010100111101010110110001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C523B; }

 p { color: rgb(140,82,59); }

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

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

 a { background-color: rgb(140,82,59); }

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

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

 span { border-color: rgb(140,82,59); }

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