Html Css Color HEX #875241 Ironstone

📋 copy color: '#875241'

red 135 ◦ green 82 ◦ blue 65

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

Shades of Ironstone #875241

Tints of Ironstone #875241

RGB

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

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

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

R = 47.87%
G = 29.08%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#875241 (or 0x875241) is known color: Ironstone. HEX triplet: 87, 52 and 41. RGB value is (135,82,65). Sum of RGB (Red+Green+Blue) = 135+82+65=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #875241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875241 is #78ADBE. Grayscale: #606060. Windows color (decimal): -7908799 or 4280967. OLE color: 4280967.

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

Color convert

RGB 135 82 65 -
CMYK 0 0.39 0.52 0.47
HSL 14.57º 0.35% 0.39% -
HSV(B) 14.57º 0.52% 0.53% -
XYZ 13.96 11.57 6.5 -
YUV 95.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 135 82 65 0 0.39 0.52 0.47 14.57 0.35 0.39
Hex 87 52 41 0 27 34 2F F 23 27
Octal 207 122 101 0 47 64 57 17 43 47
Binary 10000111 1010010 1000001 0 100111 110100 101111 1111 100011 100111

Color Harmonies of #875241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875241

Black with #875241

Text Example


Text Example

White with #875241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875241; }

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

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

background-color css

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

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

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

border-color css

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

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

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