Html Css Color HEX #875240 Ironstone

📋 copy color: '#875240'

red 135 ◦ green 82 ◦ blue 64

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

Shades of Ironstone #875240

Tints of Ironstone #875240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 48.04%
G = 29.18%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875240 (or 0x875240) is known color: Ironstone. HEX triplet: 87, 52 and 40. RGB value is (135,82,64). Sum of RGB (Red+Green+Blue) = 135+82+64=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875240 is #78ADBF. Grayscale: #5F5F5F. Windows color (decimal): -7908800 or 4215431. OLE color: 4215431.

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

Color convert

RGB 135 82 64 -
CMYK 0 0.39 0.53 0.47
HSL 15.21º 0.36% 0.39% -
HSV(B) 15.21º 0.53% 0.53% -
XYZ 13.93 11.56 6.35 -
YUV 95.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 135 82 64 0 0.39 0.53 0.47 15.21 0.36 0.39
Hex 87 52 40 0 27 35 2F F 24 27
Octal 207 122 100 0 47 65 57 17 44 47
Binary 10000111 1010010 1000000 0 100111 110101 101111 1111 100100 100111

Color Harmonies of #875240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875240

Black with #875240

Text Example


Text Example

White with #875240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875240; }

 p { color: rgb(135,82,64); }

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

background-color css

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

 a { background-color: rgb(135,82,64); }

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

border-color css

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

 span { border-color: rgb(135,82,64); }

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