Html Css Color HEX #74563F Old Copper

📋 copy color: '#74563F'

red 116 ◦ green 86 ◦ blue 63

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

Shades of Old Copper #74563F

Tints of Old Copper #74563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

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

R = 43.77%
G = 32.45%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74563F (or 0x74563F) is known color: Old Copper. HEX triplet: 74, 56 and 3F. RGB value is (116,86,63). Sum of RGB (Red+Green+Blue) = 116+86+63=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74563F is #8BA9C0. Grayscale: #5C5C5C. Windows color (decimal): -9152961 or 4150900. OLE color: 4150900.

HSL color Cylindrical-coordinate representation of color #74563F: hue angle of 26.04º 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 #74563F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 63 -
CMYK 0 0.26 0.46 0.55
HSL 26.04º 0.3% 0.35% -
HSV(B) 26.04º 0.46% 0.45% -
XYZ 11.43 10.73 6.17 -
YUV 92.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 116 86 63 0 0.26 0.46 0.55 26.04 0.3 0.35
Hex 74 56 3F 0 1A 2E 37 1A 1E 23
Octal 164 126 77 0 32 56 67 32 36 43
Binary 1110100 1010110 111111 0 11010 101110 110111 11010 11110 100011

Color Harmonies of #74563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74563F

Black with #74563F

Text Example


Text Example

White with #74563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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