Html Css Color HEX #865042 Ironstone

📋 copy color: '#865042'

red 134 ◦ green 80 ◦ blue 66

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

Shades of Ironstone #865042

Tints of Ironstone #865042

RGB

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

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

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

R = 47.86%
G = 28.57%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865042 (or 0x865042) is known color: Ironstone. HEX triplet: 86, 50 and 42. RGB value is (134,80,66). Sum of RGB (Red+Green+Blue) = 134+80+66=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865042 is #79AFBD. Grayscale: #5E5E5E. Windows color (decimal): -7974846 or 4345990. OLE color: 4345990.

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

Color convert

RGB 134 80 66 -
CMYK 0 0.40 0.51 0.47
HSL 12.35º 0.34% 0.39% -
HSV(B) 12.35º 0.51% 0.53% -
XYZ 13.68 11.2 6.59 -
YUV 94.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 134 80 66 0 0.40 0.51 0.47 12.35 0.34 0.39
Hex 86 50 42 0 28 33 2F C 22 27
Octal 206 120 102 0 50 63 57 14 42 47
Binary 10000110 1010000 1000010 0 101000 110011 101111 1100 100010 100111

Color Harmonies of #865042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865042

Black with #865042

Text Example


Text Example

White with #865042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865042; }

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

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

background-color css

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

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

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

border-color css

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

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

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