Html Css Color HEX #8C5745 Ironstone

📋 copy color: '#8C5745'

red 140 ◦ green 87 ◦ blue 69

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

Shades of Ironstone #8C5745

Tints of Ironstone #8C5745

RGB

 RED value IS 140 (55.08% from 255) = 47.3%

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 47.3%
G = 29.39%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C5745 (or 0x8C5745) is known color: Ironstone. HEX triplet: 8C, 57 and 45. RGB value is (140,87,69). Sum of RGB (Red+Green+Blue) = 140+87+69=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5745 is #73A8BA. Grayscale: #646464. Windows color (decimal): -7579835 or 4544396. OLE color: 4544396.

HSL color Cylindrical-coordinate representation of color #8C5745: hue angle of 15.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5745 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 87 69 -
CMYK 0 0.38 0.51 0.45
HSL 15.21º 0.34% 0.41% -
HSV(B) 15.21º 0.51% 0.55% -
XYZ 15.3 12.82 7.3 -
YUV 100.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 140 87 69 0 0.38 0.51 0.45 15.21 0.34 0.41
Hex 8C 57 45 0 26 33 2D F 22 29
Octal 214 127 105 0 46 63 55 17 42 51
Binary 10001100 1010111 1000101 0 100110 110011 101101 1111 100010 101001

Color Harmonies of #8C5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5745

Black with #8C5745

Text Example


Text Example

White with #8C5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5745; }

 p { color: rgb(140,87,69); }

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

background-color css

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

 a { background-color: rgb(140,87,69); }

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

border-color css

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

 span { border-color: rgb(140,87,69); }

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