Html Css Color HEX #865749 Ironstone

📋 copy color: '#865749'

red 134 ◦ green 87 ◦ blue 73

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

Shades of Ironstone #865749

Tints of Ironstone #865749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 45.58%
G = 29.59%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#865749 (or 0x865749) is known color: Ironstone. HEX triplet: 86, 57 and 49. RGB value is (134,87,73). Sum of RGB (Red+Green+Blue) = 134+87+73=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865749 is #79A8B6. Grayscale: #636363. Windows color (decimal): -7973047 or 4806534. OLE color: 4806534.

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

Color convert

RGB 134 87 73 -
CMYK 0 0.35 0.46 0.47
HSL 13.77º 0.29% 0.41% -
HSV(B) 13.77º 0.46% 0.53% -
XYZ 14.44 12.37 7.93 -
YUV 99.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 134 87 73 0 0.35 0.46 0.47 13.77 0.29 0.41
Hex 86 57 49 0 23 2E 2F E 1D 29
Octal 206 127 111 0 43 56 57 16 35 51
Binary 10000110 1010111 1001001 0 100011 101110 101111 1110 11101 101001

Color Harmonies of #865749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865749

Black with #865749

Text Example


Text Example

White with #865749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865749; }

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

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

background-color css

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

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

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

border-color css

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

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

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