Html Css Color HEX #805441 Ironstone

📋 copy color: '#805441'

red 128 ◦ green 84 ◦ blue 65

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

Shades of Ironstone #805441

Tints of Ironstone #805441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 46.21%
G = 30.32%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#805441 (or 0x805441) is known color: Ironstone. HEX triplet: 80, 54 and 41. RGB value is (128,84,65). Sum of RGB (Red+Green+Blue) = 128+84+65=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805441 is #7FABBE. Grayscale: #5F5F5F. Windows color (decimal): -8367039 or 4281472. OLE color: 4281472.

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

Color convert

RGB 128 84 65 -
CMYK 0 0.34 0.49 0.50
HSL 18.1º 0.33% 0.38% -
HSV(B) 18.1º 0.49% 0.5% -
XYZ 13.03 11.31 6.5 -
YUV 94.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 128 84 65 0 0.34 0.49 0.50 18.1 0.33 0.38
Hex 80 54 41 0 22 31 32 12 21 26
Octal 200 124 101 0 42 61 62 22 41 46
Binary 10000000 1010100 1000001 0 100010 110001 110010 10010 100001 100110

Color Harmonies of #805441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805441

Black with #805441

Text Example


Text Example

White with #805441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805441; }

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

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

background-color css

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

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

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

border-color css

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

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

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