Html Css Color HEX #785348 Ironstone

📋 copy color: '#785348'

red 120 ◦ green 83 ◦ blue 72

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

Shades of Ironstone #785348

Tints of Ironstone #785348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 43.64%
G = 30.18%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785348 (or 0x785348) is known color: Ironstone. HEX triplet: 78, 53 and 48. RGB value is (120,83,72). Sum of RGB (Red+Green+Blue) = 120+83+72=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785348 is #87ACB7. Grayscale: #5C5C5C. Windows color (decimal): -8891576 or 4739960. OLE color: 4739960.

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

Color convert

RGB 120 83 72 -
CMYK 0 0.31 0.40 0.53
HSL 13.75º 0.25% 0.38% -
HSV(B) 13.75º 0.4% 0.47% -
XYZ 12.01 10.65 7.55 -
YUV 92.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 120 83 72 0 0.31 0.40 0.53 13.75 0.25 0.38
Hex 78 53 48 0 1F 28 35 E 19 26
Octal 170 123 110 0 37 50 65 16 31 46
Binary 1111000 1010011 1001000 0 11111 101000 110101 1110 11001 100110

Color Harmonies of #785348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785348

Black with #785348

Text Example


Text Example

White with #785348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785348; }

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

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

background-color css

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

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

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

border-color css

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

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

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