Html Css Color HEX #845044 Ironstone

📋 copy color: '#845044'

red 132 ◦ green 80 ◦ blue 68

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

Shades of Ironstone #845044

Tints of Ironstone #845044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 47.14%
G = 28.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#845044 (or 0x845044) is known color: Ironstone. HEX triplet: 84, 50 and 44. RGB value is (132,80,68). Sum of RGB (Red+Green+Blue) = 132+80+68=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845044 is #7BAFBB. Grayscale: #5E5E5E. Windows color (decimal): -8105916 or 4477060. OLE color: 4477060.

HSL color Cylindrical-coordinate representation of color #845044: hue angle of 11.25º 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 #845044 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 68 -
CMYK 0 0.39 0.48 0.48
HSL 11.25º 0.32% 0.39% -
HSV(B) 11.25º 0.48% 0.52% -
XYZ 13.43 11.06 6.9 -
YUV 94.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 132 80 68 0 0.39 0.48 0.48 11.25 0.32 0.39
Hex 84 50 44 0 27 30 30 B 20 27
Octal 204 120 104 0 47 60 60 13 40 47
Binary 10000100 1010000 1000100 0 100111 110000 110000 1011 100000 100111

Color Harmonies of #845044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845044

Black with #845044

Text Example


Text Example

White with #845044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845044; }

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

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

background-color css

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

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

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

border-color css

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

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

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