Html Css Color HEX #875345 Ironstone

📋 copy color: '#875345'

red 135 ◦ green 83 ◦ blue 69

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

Shades of Ironstone #875345

Tints of Ironstone #875345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 47.04%
G = 28.92%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#875345 (or 0x875345) is known color: Ironstone. HEX triplet: 87, 53 and 45. RGB value is (135,83,69). Sum of RGB (Red+Green+Blue) = 135+83+69=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #875345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875345 is #78ACBA. Grayscale: #616161. Windows color (decimal): -7908539 or 4543367. OLE color: 4543367.

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

Color convert

RGB 135 83 69 -
CMYK 0 0.39 0.49 0.47
HSL 12.73º 0.32% 0.4% -
HSV(B) 12.73º 0.49% 0.53% -
XYZ 14.16 11.77 7.16 -
YUV 96.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 135 83 69 0 0.39 0.49 0.47 12.73 0.32 0.4
Hex 87 53 45 0 27 31 2F D 20 28
Octal 207 123 105 0 47 61 57 15 40 50
Binary 10000111 1010011 1000101 0 100111 110001 101111 1101 100000 101000

Color Harmonies of #875345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875345

Black with #875345

Text Example


Text Example

White with #875345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875345; }

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

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

background-color css

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

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

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

border-color css

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

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

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