Html Css Color HEX #875343 Ironstone

📋 copy color: '#875343'

red 135 ◦ green 83 ◦ blue 67

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

Shades of Ironstone #875343

Tints of Ironstone #875343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 47.37%
G = 29.12%
B = 23.51%

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

#875343 (or 0x875343) is known color: Ironstone. HEX triplet: 87, 53 and 43. RGB value is (135,83,67). Sum of RGB (Red+Green+Blue) = 135+83+67=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875343 is #78ACBC. Grayscale: #606060. Windows color (decimal): -7908541 or 4412295. OLE color: 4412295.

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

Color convert

RGB 135 83 67 -
CMYK 0 0.39 0.50 0.47
HSL 14.12º 0.34% 0.4% -
HSV(B) 14.12º 0.5% 0.53% -
XYZ 14.1 11.74 6.83 -
YUV 96.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 135 83 67 0 0.39 0.50 0.47 14.12 0.34 0.4
Hex 87 53 43 0 27 32 2F E 22 28
Octal 207 123 103 0 47 62 57 16 42 50
Binary 10000111 1010011 1000011 0 100111 110010 101111 1110 100010 101000

Color Harmonies of #875343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875343

Black with #875343

Text Example


Text Example

White with #875343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875343; }

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

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

background-color css

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

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

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

border-color css

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

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

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