#834E3D

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

Shades of Ironstone #834E3D

Tints of Ironstone #834E3D

Color information

#834E3D (or 0x834E3D) is unknown color: approx Ironstone. HEX triplet: 83, 4E and 3D. RGB value is (131,78,61). Sum of RGB (Red+Green+Blue) = 131+78+61=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E3D is #7CB1C2. Grayscale: #5C5C5C. Windows color (decimal): -8171971 or 4017795. OLE color: 4017795.

HSL color Cylindrical-coordinate representation of color #834E3D: hue angle of 14.57º 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 #834E3D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1317861-
CMYK00.400.530.49
HSL14.57º36.46%37.65%-
HSV(B)14.57º53.44%51.37%-
XYZ12.9310.615.78-
YUV91.91110.56155.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=48.52%
G=28.89%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131786100.400.530.4914.5736.4637.65
Hex834E3D0283531f2426
Octal203116750506561174446
Binary10000011100111011110101010001101011100011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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