Html Css Color HEX #74513F Old Copper

📋 copy color: '#74513F'

red 116 ◦ green 81 ◦ blue 63

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

Shades of Old Copper #74513F

Tints of Old Copper #74513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 44.62%
G = 31.15%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74513F (or 0x74513F) is known color: Old Copper. HEX triplet: 74, 51 and 3F. RGB value is (116,81,63). Sum of RGB (Red+Green+Blue) = 116+81+63=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74513F is #8BAEC0. Grayscale: #595959. Windows color (decimal): -9154241 or 4149620. OLE color: 4149620.

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

Color convert

RGB 116 81 63 -
CMYK 0 0.30 0.46 0.55
HSL 20.38º 0.3% 0.35% -
HSV(B) 20.38º 0.46% 0.45% -
XYZ 11.04 9.96 6.04 -
YUV 89.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 116 81 63 0 0.30 0.46 0.55 20.38 0.3 0.35
Hex 74 51 3F 0 1E 2E 37 14 1E 23
Octal 164 121 77 0 36 56 67 24 36 43
Binary 1110100 1010001 111111 0 11110 101110 110111 10100 11110 100011

Color Harmonies of #74513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74513F

Black with #74513F

Text Example


Text Example

White with #74513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74513F; }

 p { color: rgb(116,81,63); }

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

background-color css

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

 a { background-color: rgb(116,81,63); }

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

border-color css

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

 span { border-color: rgb(116,81,63); }

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