Html Css Color HEX #865745 Ironstone

📋 copy color: '#865745'

red 134 ◦ green 87 ◦ blue 69

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

Shades of Ironstone #865745

Tints of Ironstone #865745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 46.21%
G = 30%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865745 (or 0x865745) is known color: Ironstone. HEX triplet: 86, 57 and 45. RGB value is (134,87,69). Sum of RGB (Red+Green+Blue) = 134+87+69=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865745 is #79A8BA. Grayscale: #636363. Windows color (decimal): -7973051 or 4544390. OLE color: 4544390.

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

Color convert

RGB 134 87 69 -
CMYK 0 0.35 0.49 0.47
HSL 16.62º 0.32% 0.4% -
HSV(B) 16.62º 0.49% 0.53% -
XYZ 14.31 12.31 7.25 -
YUV 99 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 134 87 69 0 0.35 0.49 0.47 16.62 0.32 0.4
Hex 86 57 45 0 23 31 2F 11 20 28
Octal 206 127 105 0 43 61 57 21 40 50
Binary 10000110 1010111 1000101 0 100011 110001 101111 10001 100000 101000

Color Harmonies of #865745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865745

Black with #865745

Text Example


Text Example

White with #865745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865745; }

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

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

background-color css

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

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

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

border-color css

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

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

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