Html Css Color HEX #834E3C Ironstone

📋 copy color: '#834E3C'

red 131 ◦ green 78 ◦ blue 60

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

Shades of Ironstone #834E3C

Tints of Ironstone #834E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 48.7%
G = 29%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#834E3C (or 0x834E3C) is known color: Ironstone. HEX triplet: 83, 4E and 3C. RGB value is (131,78,60). Sum of RGB (Red+Green+Blue) = 131+78+60=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E3C is #7CB1C3. Grayscale: #5B5B5B. Windows color (decimal): -8171972 or 3952259. OLE color: 3952259.

HSL color Cylindrical-coordinate representation of color #834E3C: hue angle of 15.21º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834E3C is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 78 60 -
CMYK 0 0.40 0.54 0.49
HSL 15.21º 0.37% 0.37% -
HSV(B) 15.21º 0.54% 0.51% -
XYZ 12.9 10.6 5.64 -
YUV 91.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 131 78 60 0 0.40 0.54 0.49 15.21 0.37 0.37
Hex 83 4E 3C 0 28 36 31 F 25 25
Octal 203 116 74 0 50 66 61 17 45 45
Binary 10000011 1001110 111100 0 101000 110110 110001 1111 100101 100101

Color Harmonies of #834E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E3C

Black with #834E3C

Text Example


Text Example

White with #834E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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