Html Css Color HEX #865241 Ironstone

📋 copy color: '#865241'

red 134 ◦ green 82 ◦ blue 65

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

Shades of Ironstone #865241

Tints of Ironstone #865241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

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

R = 47.69%
G = 29.18%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865241 (or 0x865241) is known color: Ironstone. HEX triplet: 86, 52 and 41. RGB value is (134,82,65). Sum of RGB (Red+Green+Blue) = 134+82+65=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #865241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865241 is #79ADBE. Grayscale: #5F5F5F. Windows color (decimal): -7974335 or 4280966. OLE color: 4280966.

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

Color convert

RGB 134 82 65 -
CMYK 0 0.39 0.51 0.47
HSL 14.78º 0.35% 0.39% -
HSV(B) 14.78º 0.51% 0.53% -
XYZ 13.8 11.48 6.49 -
YUV 95.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 134 82 65 0 0.39 0.51 0.47 14.78 0.35 0.39
Hex 86 52 41 0 27 33 2F F 23 27
Octal 206 122 101 0 47 63 57 17 43 47
Binary 10000110 1010010 1000001 0 100111 110011 101111 1111 100011 100111

Color Harmonies of #865241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865241

Black with #865241

Text Example


Text Example

White with #865241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865241; }

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

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

background-color css

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

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

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

border-color css

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

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

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