Html Css Color HEX #785349 Ironstone

📋 copy color: '#785349'

red 120 ◦ green 83 ◦ blue 73

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

Shades of Ironstone #785349

Tints of Ironstone #785349

RGB

 RED value IS 120 (47.27% from 255) = 43.48%

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

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 43.48%
G = 30.07%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#785349 (or 0x785349) is known color: Ironstone. HEX triplet: 78, 53 and 49. RGB value is (120,83,73). Sum of RGB (Red+Green+Blue) = 120+83+73=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #785349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785349 is #87ACB6. Grayscale: #5D5D5D. Windows color (decimal): -8891575 or 4805496. OLE color: 4805496.

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

Color convert

RGB 120 83 73 -
CMYK 0 0.31 0.39 0.53
HSL 12.77º 0.24% 0.38% -
HSV(B) 12.77º 0.39% 0.47% -
XYZ 12.04 10.66 7.73 -
YUV 92.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 120 83 73 0 0.31 0.39 0.53 12.77 0.24 0.38
Hex 78 53 49 0 1F 27 35 D 18 26
Octal 170 123 111 0 37 47 65 15 30 46
Binary 1111000 1010011 1001001 0 11111 100111 110101 1101 11000 100110

Color Harmonies of #785349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785349

Black with #785349

Text Example


Text Example

White with #785349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785349; }

 p { color: rgb(120,83,73); }

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

background-color css

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

 a { background-color: rgb(120,83,73); }

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

border-color css

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

 span { border-color: rgb(120,83,73); }

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