Html Css Color HEX #875341 Ironstone

📋 copy color: '#875341'

red 135 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #875341

Tints of Ironstone #875341

RGB

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

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

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

R = 47.7%
G = 29.33%
B = 22.97%

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

#875341 (or 0x875341) is known color: Ironstone. HEX triplet: 87, 53 and 41. RGB value is (135,83,65). Sum of RGB (Red+Green+Blue) = 135+83+65=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875341 is #78ACBE. Grayscale: #606060. Windows color (decimal): -7908543 or 4281223. OLE color: 4281223.

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

Color convert

RGB 135 83 65 -
CMYK 0 0.39 0.52 0.47
HSL 15.43º 0.35% 0.39% -
HSV(B) 15.43º 0.52% 0.53% -
XYZ 14.04 11.72 6.52 -
YUV 96.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 135 83 65 0 0.39 0.52 0.47 15.43 0.35 0.39
Hex 87 53 41 0 27 34 2F F 23 27
Octal 207 123 101 0 47 64 57 17 43 47
Binary 10000111 1010011 1000001 0 100111 110100 101111 1111 100011 100111

Color Harmonies of #875341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875341

Black with #875341

Text Example


Text Example

White with #875341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875341; }

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

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

background-color css

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

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

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

border-color css

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

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

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