Html Css Color HEX #805646 Ironstone

📋 copy color: '#805646'

red 128 ◦ green 86 ◦ blue 70

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

Shades of Ironstone #805646

Tints of Ironstone #805646

RGB

 RED value IS 128 (50.39% from 255) = 45.07%

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 45.07%
G = 30.28%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#805646 (or 0x805646) is known color: Ironstone. HEX triplet: 80, 56 and 46. RGB value is (128,86,70). Sum of RGB (Red+Green+Blue) = 128+86+70=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805646 is #7FA9B9. Grayscale: #606060. Windows color (decimal): -8366522 or 4609664. OLE color: 4609664.

HSL color Cylindrical-coordinate representation of color #805646: hue angle of 16.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805646 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 86 70 -
CMYK 0 0.33 0.45 0.50
HSL 16.55º 0.29% 0.39% -
HSV(B) 16.55º 0.45% 0.5% -
XYZ 13.34 11.69 7.35 -
YUV 96.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 128 86 70 0 0.33 0.45 0.50 16.55 0.29 0.39
Hex 80 56 46 0 21 2D 32 11 1D 27
Octal 200 126 106 0 41 55 62 21 35 47
Binary 10000000 1010110 1000110 0 100001 101101 110010 10001 11101 100111

Color Harmonies of #805646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805646

Black with #805646

Text Example


Text Example

White with #805646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805646; }

 p { color: rgb(128,86,70); }

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

background-color css

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

 a { background-color: rgb(128,86,70); }

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

border-color css

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

 span { border-color: rgb(128,86,70); }

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