Html Css Color HEX #865548 Ironstone

📋 copy color: '#865548'

red 134 ◦ green 85 ◦ blue 72

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

Shades of Ironstone #865548

Tints of Ironstone #865548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 46.05%
G = 29.21%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#865548 (or 0x865548) is known color: Ironstone. HEX triplet: 86, 55 and 48. RGB value is (134,85,72). Sum of RGB (Red+Green+Blue) = 134+85+72=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865548 is #79AAB7. Grayscale: #626262. Windows color (decimal): -7973560 or 4740486. OLE color: 4740486.

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

Color convert

RGB 134 85 72 -
CMYK 0 0.37 0.46 0.47
HSL 12.58º 0.3% 0.4% -
HSV(B) 12.58º 0.46% 0.53% -
XYZ 14.25 12.03 7.7 -
YUV 98.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 134 85 72 0 0.37 0.46 0.47 12.58 0.3 0.4
Hex 86 55 48 0 25 2E 2F D 1E 28
Octal 206 125 110 0 45 56 57 15 36 50
Binary 10000110 1010101 1001000 0 100101 101110 101111 1101 11110 101000

Color Harmonies of #865548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865548

Black with #865548

Text Example


Text Example

White with #865548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865548; }

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

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

background-color css

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

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

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

border-color css

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

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

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