Html Css Color HEX #805142 Ironstone

📋 copy color: '#805142'

red 128 ◦ green 81 ◦ blue 66

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

Shades of Ironstone #805142

Tints of Ironstone #805142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 46.55%
G = 29.45%
B = 24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#805142 (or 0x805142) is known color: Ironstone. HEX triplet: 80, 51 and 42. RGB value is (128,81,66). Sum of RGB (Red+Green+Blue) = 128+81+66=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805142 is #7FAEBD. Grayscale: #5D5D5D. Windows color (decimal): -8367806 or 4346240. OLE color: 4346240.

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

Color convert

RGB 128 81 66 -
CMYK 0 0.37 0.48 0.50
HSL 14.52º 0.32% 0.38% -
HSV(B) 14.52º 0.48% 0.5% -
XYZ 12.83 10.87 6.58 -
YUV 93.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 128 81 66 0 0.37 0.48 0.50 14.52 0.32 0.38
Hex 80 51 42 0 25 30 32 F 20 26
Octal 200 121 102 0 45 60 62 17 40 46
Binary 10000000 1010001 1000010 0 100101 110000 110010 1111 100000 100110

Color Harmonies of #805142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805142

Black with #805142

Text Example


Text Example

White with #805142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805142; }

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

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

background-color css

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

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

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

border-color css

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

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

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