Html Css Color HEX #805244 Ironstone

📋 copy color: '#805244'

red 128 ◦ green 82 ◦ blue 68

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

Shades of Ironstone #805244

Tints of Ironstone #805244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 46.04%
G = 29.5%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805244 (or 0x805244) is known color: Ironstone. HEX triplet: 80, 52 and 44. RGB value is (128,82,68). Sum of RGB (Red+Green+Blue) = 128+82+68=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #805244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805244 is #7FADBB. Grayscale: #5E5E5E. Windows color (decimal): -8367548 or 4477568. OLE color: 4477568.

HSL color Cylindrical-coordinate representation of color #805244: hue angle of 14º 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 #805244 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 68 -
CMYK 0 0.36 0.47 0.50
HSL 14º 0.31% 0.38% -
HSV(B) 14º 0.47% 0.5% -
XYZ 12.96 11.04 6.92 -
YUV 94.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 128 82 68 0 0.36 0.47 0.50 14 0.31 0.38
Hex 80 52 44 0 24 2F 32 E 1F 26
Octal 200 122 104 0 44 57 62 16 37 46
Binary 10000000 1010010 1000100 0 100100 101111 110010 1110 11111 100110

Color Harmonies of #805244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805244

Black with #805244

Text Example


Text Example

White with #805244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805244; }

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

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

background-color css

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

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

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

border-color css

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

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

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