Html Css Color HEX #845344 Ironstone

📋 copy color: '#845344'

red 132 ◦ green 83 ◦ blue 68

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

Shades of Ironstone #845344

Tints of Ironstone #845344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 46.64%
G = 29.33%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#845344 (or 0x845344) is known color: Ironstone. HEX triplet: 84, 53 and 44. RGB value is (132,83,68). Sum of RGB (Red+Green+Blue) = 132+83+68=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #845344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845344 is #7BACBB. Grayscale: #606060. Windows color (decimal): -8105148 or 4477828. OLE color: 4477828.

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

Color convert

RGB 132 83 68 -
CMYK 0 0.37 0.48 0.48
HSL 14.06º 0.32% 0.39% -
HSV(B) 14.06º 0.48% 0.52% -
XYZ 13.65 11.51 6.97 -
YUV 95.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 132 83 68 0 0.37 0.48 0.48 14.06 0.32 0.39
Hex 84 53 44 0 25 30 30 E 20 27
Octal 204 123 104 0 45 60 60 16 40 47
Binary 10000100 1010011 1000100 0 100101 110000 110000 1110 100000 100111

Color Harmonies of #845344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845344

Black with #845344

Text Example


Text Example

White with #845344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845344; }

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

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

background-color css

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

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

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

border-color css

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

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

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