Html Css Color HEX #805442 Ironstone

📋 copy color: '#805442'

red 128 ◦ green 84 ◦ blue 66

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

Shades of Ironstone #805442

Tints of Ironstone #805442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 46.04%
G = 30.22%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#805442 (or 0x805442) is known color: Ironstone. HEX triplet: 80, 54 and 42. RGB value is (128,84,66). Sum of RGB (Red+Green+Blue) = 128+84+66=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #805442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805442 is #7FABBD. Grayscale: #5F5F5F. Windows color (decimal): -8367038 or 4347008. OLE color: 4347008.

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

Color convert

RGB 128 84 66 -
CMYK 0 0.34 0.48 0.50
HSL 17.42º 0.32% 0.38% -
HSV(B) 17.42º 0.48% 0.5% -
XYZ 13.06 11.32 6.65 -
YUV 95.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 128 84 66 0 0.34 0.48 0.50 17.42 0.32 0.38
Hex 80 54 42 0 22 30 32 11 20 26
Octal 200 124 102 0 42 60 62 21 40 46
Binary 10000000 1010100 1000010 0 100010 110000 110010 10001 100000 100110

Color Harmonies of #805442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805442

Black with #805442

Text Example


Text Example

White with #805442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805442; }

 p { color: rgb(128,84,66); }

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

background-color css

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

 a { background-color: rgb(128,84,66); }

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

border-color css

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

 span { border-color: rgb(128,84,66); }

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