Html Css Color HEX #805145 Ironstone

📋 copy color: '#805145'

red 128 ◦ green 81 ◦ blue 69

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

Shades of Ironstone #805145

Tints of Ironstone #805145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 46.04%
G = 29.14%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#805145 (or 0x805145) is known color: Ironstone. HEX triplet: 80, 51 and 45. RGB value is (128,81,69). Sum of RGB (Red+Green+Blue) = 128+81+69=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #805145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805145 is #7FAEBA. Grayscale: #5D5D5D. Windows color (decimal): -8367803 or 4542848. OLE color: 4542848.

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

Color convert

RGB 128 81 69 -
CMYK 0 0.37 0.46 0.50
HSL 12.2º 0.3% 0.39% -
HSV(B) 12.2º 0.46% 0.5% -
XYZ 12.92 10.9 7.05 -
YUV 93.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 128 81 69 0 0.37 0.46 0.50 12.2 0.3 0.39
Hex 80 51 45 0 25 2E 32 C 1E 27
Octal 200 121 105 0 45 56 62 14 36 47
Binary 10000000 1010001 1000101 0 100101 101110 110010 1100 11110 100111

Color Harmonies of #805145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805145

Black with #805145

Text Example


Text Example

White with #805145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805145; }

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

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

background-color css

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

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

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

border-color css

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

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

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