#835345

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

Shades of Ironstone #835345

Tints of Ironstone #835345

Color information

#835345 (or 0x835345) is unknown color: approx Ironstone. HEX triplet: 83, 53 and 45. RGB value is (131,83,69). Sum of RGB (Red+Green+Blue) = 131+83+69=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835345 is #7CACBA. Grayscale: #5F5F5F. Windows color (decimal): -8170683 or 4543363. OLE color: 4543363.

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

Color convert

RGB1318369-
CMYK00.370.470.49
HSL13.55º31%39.22%-
HSV(B)13.55º47.33%51.37%-
XYZ13.5311.447.13-
YUV95.76112.9153.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=46.29%
G=29.33%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131836900.370.470.4913.553139.22
Hex8353450252F31e1f27
Octal2031231050455761163747
Binary10000011101001110001010100101101111110001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835345; }

 p { color: rgb(131,83,69); }

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

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

 a { background-color: rgb(131,83,69); }

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

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

 span { border-color: rgb(131,83,69); }

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