Html Css Color HEX #865742 Ironstone

📋 copy color: '#865742'

red 134 ◦ green 87 ◦ blue 66

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

Shades of Ironstone #865742

Tints of Ironstone #865742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 46.69%
G = 30.31%
B = 23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865742 (or 0x865742) is known color: Ironstone. HEX triplet: 86, 57 and 42. RGB value is (134,87,66). Sum of RGB (Red+Green+Blue) = 134+87+66=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865742 is #79A8BD. Grayscale: #626262. Windows color (decimal): -7973054 or 4347782. OLE color: 4347782.

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

Color convert

RGB 134 87 66 -
CMYK 0 0.35 0.51 0.47
HSL 18.53º 0.34% 0.39% -
HSV(B) 18.53º 0.51% 0.53% -
XYZ 14.22 12.28 6.77 -
YUV 98.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 134 87 66 0 0.35 0.51 0.47 18.53 0.34 0.39
Hex 86 57 42 0 23 33 2F 13 22 27
Octal 206 127 102 0 43 63 57 23 42 47
Binary 10000110 1010111 1000010 0 100011 110011 101111 10011 100010 100111

Color Harmonies of #865742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865742

Black with #865742

Text Example


Text Example

White with #865742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865742; }

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

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

background-color css

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

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

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

border-color css

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

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

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