Html Css Color HEX #844E3C Ironstone

📋 copy color: '#844E3C'

red 132 ◦ green 78 ◦ blue 60

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

Shades of Ironstone #844E3C

Tints of Ironstone #844E3C

RGB

 RED value IS 132 (51.95% from 255) = 48.89%

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

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

R = 48.89%
G = 28.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#844E3C (or 0x844E3C) is known color: Ironstone. HEX triplet: 84, 4E and 3C. RGB value is (132,78,60). Sum of RGB (Red+Green+Blue) = 132+78+60=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E3C is #7BB1C3. Grayscale: #5C5C5C. Windows color (decimal): -8106436 or 3952260. OLE color: 3952260.

HSL color Cylindrical-coordinate representation of color #844E3C: hue angle of 15º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844E3C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 78 60 -
CMYK 0 0.41 0.55 0.48
HSL 15º 0.38% 0.38% -
HSV(B) 15º 0.55% 0.52% -
XYZ 13.06 10.68 5.65 -
YUV 92.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 132 78 60 0 0.41 0.55 0.48 15 0.38 0.38
Hex 84 4E 3C 0 29 37 30 F 26 26
Octal 204 116 74 0 51 67 60 17 46 46
Binary 10000100 1001110 111100 0 101001 110111 110000 1111 100110 100110

Color Harmonies of #844E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E3C

Black with #844E3C

Text Example


Text Example

White with #844E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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