Html Css Color HEX #875648 Ironstone

📋 copy color: '#875648'

red 135 ◦ green 86 ◦ blue 72

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

Shades of Ironstone #875648

Tints of Ironstone #875648

RGB

 RED value IS 135 (53.13% from 255) = 46.08%

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 46.08%
G = 29.35%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875648 (or 0x875648) is known color: Ironstone. HEX triplet: 87, 56 and 48. RGB value is (135,86,72). Sum of RGB (Red+Green+Blue) = 135+86+72=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875648 is #78A9B7. Grayscale: #636363. Windows color (decimal): -7907768 or 4740743. OLE color: 4740743.

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

Color convert

RGB 135 86 72 -
CMYK 0 0.36 0.47 0.47
HSL 13.33º 0.3% 0.41% -
HSV(B) 13.33º 0.47% 0.53% -
XYZ 14.49 12.27 7.74 -
YUV 99.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 135 86 72 0 0.36 0.47 0.47 13.33 0.3 0.41
Hex 87 56 48 0 24 2F 2F D 1E 29
Octal 207 126 110 0 44 57 57 15 36 51
Binary 10000111 1010110 1001000 0 100100 101111 101111 1101 11110 101001

Color Harmonies of #875648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875648

Black with #875648

Text Example


Text Example

White with #875648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875648; }

 p { color: rgb(135,86,72); }

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

background-color css

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

 a { background-color: rgb(135,86,72); }

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

border-color css

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

 span { border-color: rgb(135,86,72); }

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