Html Css Color HEX #844C3D Ironstone

📋 copy color: '#844C3D'

red 132 ◦ green 76 ◦ blue 61

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

Shades of Ironstone #844C3D

Tints of Ironstone #844C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 49.07%
G = 28.25%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#844C3D (or 0x844C3D) is known color: Ironstone. HEX triplet: 84, 4C and 3D. RGB value is (132,76,61). Sum of RGB (Red+Green+Blue) = 132+76+61=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #844C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C3D is #7BB3C2. Grayscale: #5B5B5B. Windows color (decimal): -8106947 or 4017284. OLE color: 4017284.

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

Color convert

RGB 132 76 61 -
CMYK 0 0.42 0.54 0.48
HSL 12.68º 0.37% 0.38% -
HSV(B) 12.68º 0.54% 0.52% -
XYZ 12.94 10.41 5.74 -
YUV 91.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 132 76 61 0 0.42 0.54 0.48 12.68 0.37 0.38
Hex 84 4C 3D 0 2A 36 30 D 25 26
Octal 204 114 75 0 52 66 60 15 45 46
Binary 10000100 1001100 111101 0 101010 110110 110000 1101 100101 100110

Color Harmonies of #844C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C3D

Black with #844C3D

Text Example


Text Example

White with #844C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,76,61); }

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

background-color css

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

 a { background-color: rgb(132,76,61); }

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

border-color css

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

 span { border-color: rgb(132,76,61); }

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