Html Css Color HEX #805341 Ironstone

📋 copy color: '#805341'

red 128 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #805341

Tints of Ironstone #805341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 46.38%
G = 30.07%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#805341 (or 0x805341) is known color: Ironstone. HEX triplet: 80, 53 and 41. RGB value is (128,83,65). Sum of RGB (Red+Green+Blue) = 128+83+65=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #805341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805341 is #7FACBE. Grayscale: #5E5E5E. Windows color (decimal): -8367295 or 4281216. OLE color: 4281216.

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

Color convert

RGB 128 83 65 -
CMYK 0 0.35 0.49 0.50
HSL 17.14º 0.33% 0.38% -
HSV(B) 17.14º 0.49% 0.5% -
XYZ 12.95 11.16 6.47 -
YUV 94.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 128 83 65 0 0.35 0.49 0.50 17.14 0.33 0.38
Hex 80 53 41 0 23 31 32 11 21 26
Octal 200 123 101 0 43 61 62 21 41 46
Binary 10000000 1010011 1000001 0 100011 110001 110010 10001 100001 100110

Color Harmonies of #805341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805341

Black with #805341

Text Example


Text Example

White with #805341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805341; }

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

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

background-color css

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

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

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

border-color css

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

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

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