Html Css Color HEX #845340 Ironstone

📋 copy color: '#845340'

red 132 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #845340

Tints of Ironstone #845340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 47.31%
G = 29.75%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845340 (or 0x845340) is known color: Ironstone. HEX triplet: 84, 53 and 40. RGB value is (132,83,64). Sum of RGB (Red+Green+Blue) = 132+83+64=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #845340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845340 is #7BACBF. Grayscale: #5F5F5F. Windows color (decimal): -8105152 or 4215684. OLE color: 4215684.

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

Color convert

RGB 132 83 64 -
CMYK 0 0.37 0.52 0.48
HSL 16.76º 0.35% 0.38% -
HSV(B) 16.76º 0.52% 0.52% -
XYZ 13.53 11.46 6.35 -
YUV 95.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 132 83 64 0 0.37 0.52 0.48 16.76 0.35 0.38
Hex 84 53 40 0 25 34 30 11 23 26
Octal 204 123 100 0 45 64 60 21 43 46
Binary 10000100 1010011 1000000 0 100101 110100 110000 10001 100011 100110

Color Harmonies of #845340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845340

Black with #845340

Text Example


Text Example

White with #845340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845340; }

 p { color: rgb(132,83,64); }

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

background-color css

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

 a { background-color: rgb(132,83,64); }

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

border-color css

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

 span { border-color: rgb(132,83,64); }

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