Html Css Color HEX #834C3E Ironstone

📋 copy color: '#834C3E'

red 131 ◦ green 76 ◦ blue 62

#834C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #834C3E

Tints of Ironstone #834C3E

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 48.7%
G = 28.25%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#834C3E (or 0x834C3E) is known color: 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

RGB 131 76 62 -
CMYK 0 0.42 0.53 0.49
HSL 12.17º 0.36% 0.38% -
HSV(B) 12.17º 0.53% 0.51% -
XYZ 12.81 10.34 5.88 -
YUV 90.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 131 76 62 0 0.42 0.53 0.49 12.17 0.36 0.38
Hex 83 4C 3E 0 2A 35 31 C 24 26
Octal 203 114 76 0 52 65 61 14 44 46
Binary 10000011 1001100 111110 0 101010 110101 110001 1100 100100 100110

Color Harmonies of #834C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C3E

Black with #834C3E

Text Example


Text Example

White with #834C3E

Text Example


Text Example

HTML Codes & Css Web 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>