Html Css Color HEX #875242 Ironstone

📋 copy color: '#875242'

red 135 ◦ green 82 ◦ blue 66

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

Shades of Ironstone #875242

Tints of Ironstone #875242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 47.7%
G = 28.98%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875242 (or 0x875242) is known color: Ironstone. HEX triplet: 87, 52 and 42. RGB value is (135,82,66). Sum of RGB (Red+Green+Blue) = 135+82+66=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875242 is #78ADBD. Grayscale: #606060. Windows color (decimal): -7908798 or 4346503. OLE color: 4346503.

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

Color convert

RGB 135 82 66 -
CMYK 0 0.39 0.51 0.47
HSL 13.91º 0.34% 0.39% -
HSV(B) 13.91º 0.51% 0.53% -
XYZ 13.99 11.58 6.65 -
YUV 96.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 135 82 66 0 0.39 0.51 0.47 13.91 0.34 0.39
Hex 87 52 42 0 27 33 2F E 22 27
Octal 207 122 102 0 47 63 57 16 42 47
Binary 10000111 1010010 1000010 0 100111 110011 101111 1110 100010 100111

Color Harmonies of #875242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875242

Black with #875242

Text Example


Text Example

White with #875242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875242; }

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

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

background-color css

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

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

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

border-color css

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

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

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