Html Css Color HEX #875340 Ironstone

📋 copy color: '#875340'

red 135 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #875340

Tints of Ironstone #875340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 47.87%
G = 29.43%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875340 (or 0x875340) is known color: Ironstone. HEX triplet: 87, 53 and 40. RGB value is (135,83,64). Sum of RGB (Red+Green+Blue) = 135+83+64=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #875340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875340 is #78ACBF. Grayscale: #606060. Windows color (decimal): -7908544 or 4215687. OLE color: 4215687.

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

Color convert

RGB 135 83 64 -
CMYK 0 0.39 0.53 0.47
HSL 16.06º 0.36% 0.39% -
HSV(B) 16.06º 0.53% 0.53% -
XYZ 14.01 11.71 6.37 -
YUV 96.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 135 83 64 0 0.39 0.53 0.47 16.06 0.36 0.39
Hex 87 53 40 0 27 35 2F 10 24 27
Octal 207 123 100 0 47 65 57 20 44 47
Binary 10000111 1010011 1000000 0 100111 110101 101111 10000 100100 100111

Color Harmonies of #875340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875340

Black with #875340

Text Example


Text Example

White with #875340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875340; }

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

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

background-color css

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

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

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

border-color css

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

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

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