Html Css Color HEX #804F42 Ironstone

📋 copy color: '#804F42'

red 128 ◦ green 79 ◦ blue 66

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

Shades of Ironstone #804F42

Tints of Ironstone #804F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.94%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 46.89%
G = 28.94%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#804F42 (or 0x804F42) is known color: Ironstone. HEX triplet: 80, 4F and 42. RGB value is (128,79,66). Sum of RGB (Red+Green+Blue) = 128+79+66=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #804F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F42 is #7FB0BD. Grayscale: #5C5C5C. Windows color (decimal): -8368318 or 4345728. OLE color: 4345728.

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

Color convert

RGB 128 79 66 -
CMYK 0 0.38 0.48 0.50
HSL 12.58º 0.32% 0.38% -
HSV(B) 12.58º 0.48% 0.5% -
XYZ 12.68 10.57 6.53 -
YUV 92.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 128 79 66 0 0.38 0.48 0.50 12.58 0.32 0.38
Hex 80 4F 42 0 26 30 32 D 20 26
Octal 200 117 102 0 46 60 62 15 40 46
Binary 10000000 1001111 1000010 0 100110 110000 110010 1101 100000 100110

Color Harmonies of #804F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F42

Black with #804F42

Text Example


Text Example

White with #804F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804F42; }

 p { color: rgb(128,79,66); }

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

background-color css

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

 a { background-color: rgb(128,79,66); }

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

border-color css

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

 span { border-color: rgb(128,79,66); }

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