Html Css Color HEX #875244 Ironstone

📋 copy color: '#875244'

red 135 ◦ green 82 ◦ blue 68

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

Shades of Ironstone #875244

Tints of Ironstone #875244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 47.37%
G = 28.77%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#875244 (or 0x875244) is known color: Ironstone. HEX triplet: 87, 52 and 44. RGB value is (135,82,68). Sum of RGB (Red+Green+Blue) = 135+82+68=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875244 is #78ADBB. Grayscale: #606060. Windows color (decimal): -7908796 or 4477575. OLE color: 4477575.

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

Color convert

RGB 135 82 68 -
CMYK 0 0.39 0.50 0.47
HSL 12.54º 0.33% 0.4% -
HSV(B) 12.54º 0.5% 0.53% -
XYZ 14.05 11.6 6.97 -
YUV 96.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 135 82 68 0 0.39 0.50 0.47 12.54 0.33 0.4
Hex 87 52 44 0 27 32 2F D 21 28
Octal 207 122 104 0 47 62 57 15 41 50
Binary 10000111 1010010 1000100 0 100111 110010 101111 1101 100001 101000

Color Harmonies of #875244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875244

Black with #875244

Text Example


Text Example

White with #875244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875244; }

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

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

background-color css

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

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

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

border-color css

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

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

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