Html Css Color HEX #845441 Ironstone

📋 copy color: '#845441'

red 132 ◦ green 84 ◦ blue 65

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

Shades of Ironstone #845441

Tints of Ironstone #845441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 46.98%
G = 29.89%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#845441 (or 0x845441) is known color: Ironstone. HEX triplet: 84, 54 and 41. RGB value is (132,84,65). Sum of RGB (Red+Green+Blue) = 132+84+65=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #845441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845441 is #7BABBE. Grayscale: #606060. Windows color (decimal): -8104895 or 4281476. OLE color: 4281476.

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

Color convert

RGB 132 84 65 -
CMYK 0 0.36 0.51 0.48
HSL 17.01º 0.34% 0.39% -
HSV(B) 17.01º 0.51% 0.52% -
XYZ 13.64 11.63 6.53 -
YUV 96.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 132 84 65 0 0.36 0.51 0.48 17.01 0.34 0.39
Hex 84 54 41 0 24 33 30 11 22 27
Octal 204 124 101 0 44 63 60 21 42 47
Binary 10000100 1010100 1000001 0 100100 110011 110000 10001 100010 100111

Color Harmonies of #845441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845441

Black with #845441

Text Example


Text Example

White with #845441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845441; }

 p { color: rgb(132,84,65); }

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

background-color css

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

 a { background-color: rgb(132,84,65); }

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

border-color css

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

 span { border-color: rgb(132,84,65); }

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