Html Css Color HEX #875342 Ironstone

📋 copy color: '#875342'

red 135 ◦ green 83 ◦ blue 66

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

Shades of Ironstone #875342

Tints of Ironstone #875342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 47.54%
G = 29.23%
B = 23.24%

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

#875342 (or 0x875342) is known color: Ironstone. HEX triplet: 87, 53 and 42. RGB value is (135,83,66). Sum of RGB (Red+Green+Blue) = 135+83+66=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875342 is #78ACBD. Grayscale: #606060. Windows color (decimal): -7908542 or 4346759. OLE color: 4346759.

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

Color convert

RGB 135 83 66 -
CMYK 0 0.39 0.51 0.47
HSL 14.78º 0.34% 0.39% -
HSV(B) 14.78º 0.51% 0.53% -
XYZ 14.07 11.73 6.68 -
YUV 96.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 135 83 66 0 0.39 0.51 0.47 14.78 0.34 0.39
Hex 87 53 42 0 27 33 2F F 22 27
Octal 207 123 102 0 47 63 57 17 42 47
Binary 10000111 1010011 1000010 0 100111 110011 101111 1111 100010 100111

Color Harmonies of #875342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875342

Black with #875342

Text Example


Text Example

White with #875342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875342; }

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

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

background-color css

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

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

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

border-color css

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

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

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