Html Css Color HEX #805041 Ironstone

📋 copy color: '#805041'

red 128 ◦ green 80 ◦ blue 65

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

Shades of Ironstone #805041

Tints of Ironstone #805041

RGB

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

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

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

R = 46.89%
G = 29.3%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#805041 (or 0x805041) is known color: Ironstone. HEX triplet: 80, 50 and 41. RGB value is (128,80,65). Sum of RGB (Red+Green+Blue) = 128+80+65=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #805041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805041 is #7FAFBE. Grayscale: #5C5C5C. Windows color (decimal): -8368063 or 4280448. OLE color: 4280448.

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

Color convert

RGB 128 80 65 -
CMYK 0 0.38 0.49 0.50
HSL 14.29º 0.33% 0.38% -
HSV(B) 14.29º 0.49% 0.5% -
XYZ 12.72 10.71 6.4 -
YUV 92.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 128 80 65 0 0.38 0.49 0.50 14.29 0.33 0.38
Hex 80 50 41 0 26 31 32 E 21 26
Octal 200 120 101 0 46 61 62 16 41 46
Binary 10000000 1010000 1000001 0 100110 110001 110010 1110 100001 100110

Color Harmonies of #805041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805041

Black with #805041

Text Example


Text Example

White with #805041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805041; }

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

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

background-color css

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

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

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

border-color css

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

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

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