Html Css Color HEX #805644 Ironstone

📋 copy color: '#805644'

red 128 ◦ green 86 ◦ blue 68

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

Shades of Ironstone #805644

Tints of Ironstone #805644

RGB

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

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

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

R = 45.39%
G = 30.5%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805644 (or 0x805644) is known color: Ironstone. HEX triplet: 80, 56 and 44. RGB value is (128,86,68). Sum of RGB (Red+Green+Blue) = 128+86+68=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #805644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805644 is #7FA9BB. Grayscale: #606060. Windows color (decimal): -8366524 or 4478592. OLE color: 4478592.

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

Color convert

RGB 128 86 68 -
CMYK 0 0.33 0.47 0.50
HSL 18º 0.31% 0.38% -
HSV(B) 18º 0.47% 0.5% -
XYZ 13.27 11.66 7.02 -
YUV 96.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 128 86 68 0 0.33 0.47 0.50 18 0.31 0.38
Hex 80 56 44 0 21 2F 32 12 1F 26
Octal 200 126 104 0 41 57 62 22 37 46
Binary 10000000 1010110 1000100 0 100001 101111 110010 10010 11111 100110

Color Harmonies of #805644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805644

Black with #805644

Text Example


Text Example

White with #805644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805644; }

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

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

background-color css

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

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

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

border-color css

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

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

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