Html Css Color HEX #865040 Ironstone

📋 copy color: '#865040'

red 134 ◦ green 80 ◦ blue 64

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

Shades of Ironstone #865040

Tints of Ironstone #865040

RGB

 RED value IS 134 (52.73% from 255) = 48.2%

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 48.2%
G = 28.78%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#865040 (or 0x865040) is known color: Ironstone. HEX triplet: 86, 50 and 40. RGB value is (134,80,64). Sum of RGB (Red+Green+Blue) = 134+80+64=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865040 is #79AFBF. Grayscale: #5E5E5E. Windows color (decimal): -7974848 or 4214918. OLE color: 4214918.

HSL color Cylindrical-coordinate representation of color #865040: hue angle of 13.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865040 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 64 -
CMYK 0 0.40 0.52 0.47
HSL 13.71º 0.35% 0.39% -
HSV(B) 13.71º 0.52% 0.53% -
XYZ 13.63 11.18 6.29 -
YUV 94.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 134 80 64 0 0.40 0.52 0.47 13.71 0.35 0.39
Hex 86 50 40 0 28 34 2F E 23 27
Octal 206 120 100 0 50 64 57 16 43 47
Binary 10000110 1010000 1000000 0 101000 110100 101111 1110 100011 100111

Color Harmonies of #865040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865040

Black with #865040

Text Example


Text Example

White with #865040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865040; }

 p { color: rgb(134,80,64); }

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

background-color css

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

 a { background-color: rgb(134,80,64); }

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

border-color css

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

 span { border-color: rgb(134,80,64); }

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