Html Css Color HEX #834E3E Ironstone

📋 copy color: '#834E3E'

red 131 ◦ green 78 ◦ blue 62

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

Shades of Ironstone #834E3E

Tints of Ironstone #834E3E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

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

R = 48.34%
G = 28.78%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#834E3E (or 0x834E3E) is known color: Ironstone. HEX triplet: 83, 4E and 3E. RGB value is (131,78,62). Sum of RGB (Red+Green+Blue) = 131+78+62=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #834E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E3E is #7CB1C1. Grayscale: #5C5C5C. Windows color (decimal): -8171970 or 4083331. OLE color: 4083331.

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

Color convert

RGB 131 78 62 -
CMYK 0 0.40 0.53 0.49
HSL 13.91º 0.36% 0.38% -
HSV(B) 13.91º 0.53% 0.51% -
XYZ 12.95 10.62 5.92 -
YUV 92.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 131 78 62 0 0.40 0.53 0.49 13.91 0.36 0.38
Hex 83 4E 3E 0 28 35 31 E 24 26
Octal 203 116 76 0 50 65 61 16 44 46
Binary 10000011 1001110 111110 0 101000 110101 110001 1110 100100 100110

Color Harmonies of #834E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E3E

Black with #834E3E

Text Example


Text Example

White with #834E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #834E3E;
 }
 .AnyTagClassName
 {
   color: #834E3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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