Html Css Color HEX #74543E Old Copper

📋 copy color: '#74543E'

red 116 ◦ green 84 ◦ blue 62

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

Shades of Old Copper #74543E

Tints of Old Copper #74543E

RGB

 RED value IS 116 (45.7% from 255) = 44.27%

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 44.27%
G = 32.06%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74543E (or 0x74543E) is known color: Old Copper. HEX triplet: 74, 54 and 3E. RGB value is (116,84,62). Sum of RGB (Red+Green+Blue) = 116+84+62=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74543E is #8BABC1. Grayscale: #5B5B5B. Windows color (decimal): -9153474 or 4084852. OLE color: 4084852.

HSL color Cylindrical-coordinate representation of color #74543E: hue angle of 24.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74543E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 62 -
CMYK 0 0.28 0.47 0.55
HSL 24.44º 0.3% 0.35% -
HSV(B) 24.44º 0.47% 0.45% -
XYZ 11.24 10.4 5.97 -
YUV 91.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 116 84 62 0 0.28 0.47 0.55 24.44 0.3 0.35
Hex 74 54 3E 0 1C 2F 37 18 1E 23
Octal 164 124 76 0 34 57 67 30 36 43
Binary 1110100 1010100 111110 0 11100 101111 110111 11000 11110 100011

Color Harmonies of #74543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74543E

Black with #74543E

Text Example


Text Example

White with #74543E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74543E; }

 p { color: rgb(116,84,62); }

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

background-color css

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

 a { background-color: rgb(116,84,62); }

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

border-color css

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

 span { border-color: rgb(116,84,62); }

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