Html Css Color HEX #865545 Ironstone

📋 copy color: '#865545'

red 134 ◦ green 85 ◦ blue 69

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

Shades of Ironstone #865545

Tints of Ironstone #865545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 46.53%
G = 29.51%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865545 (or 0x865545) is known color: Ironstone. HEX triplet: 86, 55 and 45. RGB value is (134,85,69). Sum of RGB (Red+Green+Blue) = 134+85+69=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865545 is #79AABA. Grayscale: #616161. Windows color (decimal): -7973563 or 4543878. OLE color: 4543878.

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

Color convert

RGB 134 85 69 -
CMYK 0 0.37 0.49 0.47
HSL 14.77º 0.32% 0.4% -
HSV(B) 14.77º 0.49% 0.53% -
XYZ 14.15 12 7.2 -
YUV 97.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 134 85 69 0 0.37 0.49 0.47 14.77 0.32 0.4
Hex 86 55 45 0 25 31 2F F 20 28
Octal 206 125 105 0 45 61 57 17 40 50
Binary 10000110 1010101 1000101 0 100101 110001 101111 1111 100000 101000

Color Harmonies of #865545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865545

Black with #865545

Text Example


Text Example

White with #865545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865545; }

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

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

background-color css

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

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

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

border-color css

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

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

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