Html Css Color HEX #845341 Ironstone

📋 copy color: '#845341'

red 132 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #845341

Tints of Ironstone #845341

RGB

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

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

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

R = 47.14%
G = 29.64%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#845341 (or 0x845341) is known color: Ironstone. HEX triplet: 84, 53 and 41. RGB value is (132,83,65). Sum of RGB (Red+Green+Blue) = 132+83+65=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845341 is #7BACBE. Grayscale: #5F5F5F. Windows color (decimal): -8105151 or 4281220. OLE color: 4281220.

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

Color convert

RGB 132 83 65 -
CMYK 0 0.37 0.51 0.48
HSL 16.12º 0.34% 0.39% -
HSV(B) 16.12º 0.51% 0.52% -
XYZ 13.56 11.47 6.5 -
YUV 95.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 132 83 65 0 0.37 0.51 0.48 16.12 0.34 0.39
Hex 84 53 41 0 25 33 30 10 22 27
Octal 204 123 101 0 45 63 60 20 42 47
Binary 10000100 1010011 1000001 0 100101 110011 110000 10000 100010 100111

Color Harmonies of #845341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845341

Black with #845341

Text Example


Text Example

White with #845341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845341; }

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

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

background-color css

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

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

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

border-color css

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

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

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