Html Css Color HEX #845346 Ironstone

📋 copy color: '#845346'

red 132 ◦ green 83 ◦ blue 70

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

Shades of Ironstone #845346

Tints of Ironstone #845346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 46.32%
G = 29.12%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#845346 (or 0x845346) is known color: Ironstone. HEX triplet: 84, 53 and 46. RGB value is (132,83,70). Sum of RGB (Red+Green+Blue) = 132+83+70=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845346 is #7BACB9. Grayscale: #606060. Windows color (decimal): -8105146 or 4608900. OLE color: 4608900.

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

Color convert

RGB 132 83 70 -
CMYK 0 0.37 0.47 0.48
HSL 12.58º 0.31% 0.4% -
HSV(B) 12.58º 0.47% 0.52% -
XYZ 13.71 11.53 7.3 -
YUV 96.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 132 83 70 0 0.37 0.47 0.48 12.58 0.31 0.4
Hex 84 53 46 0 25 2F 30 D 1F 28
Octal 204 123 106 0 45 57 60 15 37 50
Binary 10000100 1010011 1000110 0 100101 101111 110000 1101 11111 101000

Color Harmonies of #845346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845346

Black with #845346

Text Example


Text Example

White with #845346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845346; }

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

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

background-color css

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

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

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

border-color css

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

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

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