#834D3D

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

Shades of Ironstone #834D3D

Tints of Ironstone #834D3D

Color information

#834D3D (or 0x834D3D) is unknown color: approx Ironstone. HEX triplet: 83, 4D and 3D. RGB value is (131,77,61). Sum of RGB (Red+Green+Blue) = 131+77+61=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D3D is #7CB2C2. Grayscale: #5B5B5B. Windows color (decimal): -8172227 or 4017539. OLE color: 4017539.

HSL color Cylindrical-coordinate representation of color #834D3D: hue angle of 13.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834D3D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1317761-
CMYK00.410.530.49
HSL13.71º36.46%37.65%-
HSV(B)13.71º53.44%51.37%-
XYZ12.8610.475.76-
YUV91.32110.89156.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=48.70%
G=28.62%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131776100.410.530.4913.7136.4637.65
Hex834D3D0293531e2426
Octal203115750516561164446
Binary10000011100110111110101010011101011100011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834D3D; }

 p { color: rgb(131,77,61); }

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

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

 a { background-color: rgb(131,77,61); }

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

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

 span { border-color: rgb(131,77,61); }

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