Html Css Color HEX #875344 Ironstone

📋 copy color: '#875344'

red 135 ◦ green 83 ◦ blue 68

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

Shades of Ironstone #875344

Tints of Ironstone #875344

RGB

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

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

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

R = 47.2%
G = 29.02%
B = 23.78%

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

#875344 (or 0x875344) is known color: Ironstone. HEX triplet: 87, 53 and 44. RGB value is (135,83,68). Sum of RGB (Red+Green+Blue) = 135+83+68=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875344 is #78ACBB. Grayscale: #606060. Windows color (decimal): -7908540 or 4477831. OLE color: 4477831.

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

Color convert

RGB 135 83 68 -
CMYK 0 0.39 0.50 0.47
HSL 13.43º 0.33% 0.4% -
HSV(B) 13.43º 0.5% 0.53% -
XYZ 14.13 11.75 6.99 -
YUV 96.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 135 83 68 0 0.39 0.50 0.47 13.43 0.33 0.4
Hex 87 53 44 0 27 32 2F D 21 28
Octal 207 123 104 0 47 62 57 15 41 50
Binary 10000111 1010011 1000100 0 100111 110010 101111 1101 100001 101000

Color Harmonies of #875344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875344

Black with #875344

Text Example


Text Example

White with #875344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875344; }

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

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

background-color css

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

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

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

border-color css

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

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

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