Html Css Color HEX #865041 Ironstone

📋 copy color: '#865041'

red 134 ◦ green 80 ◦ blue 65

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

Shades of Ironstone #865041

Tints of Ironstone #865041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 48.03%
G = 28.67%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865041 (or 0x865041) is known color: Ironstone. HEX triplet: 86, 50 and 41. RGB value is (134,80,65). Sum of RGB (Red+Green+Blue) = 134+80+65=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #865041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865041 is #79AFBE. Grayscale: #5E5E5E. Windows color (decimal): -7974847 or 4280454. OLE color: 4280454.

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

Color convert

RGB 134 80 65 -
CMYK 0 0.40 0.51 0.47
HSL 13.04º 0.35% 0.39% -
HSV(B) 13.04º 0.51% 0.53% -
XYZ 13.65 11.19 6.44 -
YUV 94.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 134 80 65 0 0.40 0.51 0.47 13.04 0.35 0.39
Hex 86 50 41 0 28 33 2F D 23 27
Octal 206 120 101 0 50 63 57 15 43 47
Binary 10000110 1010000 1000001 0 101000 110011 101111 1101 100011 100111

Color Harmonies of #865041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865041

Black with #865041

Text Example


Text Example

White with #865041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865041; }

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

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

background-color css

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

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

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

border-color css

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

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

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