Html Css Color HEX #865441 Ironstone

📋 copy color: '#865441'

red 134 ◦ green 84 ◦ blue 65

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

Shades of Ironstone #865441

Tints of Ironstone #865441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 47.35%
G = 29.68%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865441 (or 0x865441) is known color: Ironstone. HEX triplet: 86, 54 and 41. RGB value is (134,84,65). Sum of RGB (Red+Green+Blue) = 134+84+65=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865441 is #79ABBE. Grayscale: #606060. Windows color (decimal): -7973823 or 4281478. OLE color: 4281478.

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

Color convert

RGB 134 84 65 -
CMYK 0 0.37 0.51 0.47
HSL 16.52º 0.35% 0.39% -
HSV(B) 16.52º 0.51% 0.53% -
XYZ 13.96 11.79 6.54 -
YUV 96.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 134 84 65 0 0.37 0.51 0.47 16.52 0.35 0.39
Hex 86 54 41 0 25 33 2F 11 23 27
Octal 206 124 101 0 45 63 57 21 43 47
Binary 10000110 1010100 1000001 0 100101 110011 101111 10001 100011 100111

Color Harmonies of #865441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865441

Black with #865441

Text Example


Text Example

White with #865441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865441; }

 p { color: rgb(134,84,65); }

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

background-color css

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

 a { background-color: rgb(134,84,65); }

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

border-color css

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

 span { border-color: rgb(134,84,65); }

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