#834C3E

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

Shades of Ironstone #834C3E

Tints of Ironstone #834C3E

Color information

#834C3E (or 0x834C3E) is unknown color: approx Ironstone. HEX triplet: 83, 4C and 3E. RGB value is (131,76,62). Sum of RGB (Red+Green+Blue) = 131+76+62=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C3E is #7CB3C1. Grayscale: #5A5A5A. Windows color (decimal): -8172482 or 4082819. OLE color: 4082819.

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

Color convert

RGB1317662-
CMYK00.420.530.49
HSL12.17º35.75%37.84%-
HSV(B)12.17º52.67%51.37%-
XYZ12.8110.345.88-
YUV90.85111.72156.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=48.70%
G=28.25%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131766200.420.530.4912.1735.7537.84
Hex834C3E02A3531c2426
Octal203114760526561144446
Binary10000011100110011111001010101101011100011100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,76,62); }

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

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

 a { background-color: rgb(131,76,62); }

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

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

 span { border-color: rgb(131,76,62); }

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