#865344

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

Shades of Ironstone #865344

Tints of Ironstone #865344

Color information

#865344 (or 0x865344) is unknown color: approx Ironstone. HEX triplet: 86, 53 and 44. RGB value is (134,83,68). Sum of RGB (Red+Green+Blue) = 134+83+68=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865344 is #79ACBB. Grayscale: #606060. Windows color (decimal): -7974076 or 4477830. OLE color: 4477830.

HSL color Cylindrical-coordinate representation of color #865344: hue angle of 13.64º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865344 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1348368-
CMYK00.380.490.47
HSL13.64º32.67%39.61%-
HSV(B)13.64º49.25%52.55%-
XYZ13.9711.676.99-
YUV96.54111.9154.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=47.02%
G=29.12%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134836800.380.490.4713.6432.6739.61
Hex865344026312Fe2128
Octal2061231040466157164150
Binary100001101010011100010001001101100011011111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865344; }

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

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

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

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

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

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

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

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