Html Css Color HEX #805045 Ironstone

📋 copy color: '#805045'

red 128 ◦ green 80 ◦ blue 69

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

Shades of Ironstone #805045

Tints of Ironstone #805045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 46.21%
G = 28.88%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#805045 (or 0x805045) is known color: Ironstone. HEX triplet: 80, 50 and 45. RGB value is (128,80,69). Sum of RGB (Red+Green+Blue) = 128+80+69=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805045 is #7FAFBA. Grayscale: #5D5D5D. Windows color (decimal): -8368059 or 4542592. OLE color: 4542592.

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

Color convert

RGB 128 80 69 -
CMYK 0 0.38 0.46 0.50
HSL 11.19º 0.3% 0.39% -
HSV(B) 11.19º 0.46% 0.5% -
XYZ 12.84 10.76 7.03 -
YUV 93.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 128 80 69 0 0.38 0.46 0.50 11.19 0.3 0.39
Hex 80 50 45 0 26 2E 32 B 1E 27
Octal 200 120 105 0 46 56 62 13 36 47
Binary 10000000 1010000 1000101 0 100110 101110 110010 1011 11110 100111

Color Harmonies of #805045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805045

Black with #805045

Text Example


Text Example

White with #805045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805045; }

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

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

background-color css

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

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

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

border-color css

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

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

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