Html Css Color HEX #74563E Old Copper

📋 copy color: '#74563E'

red 116 ◦ green 86 ◦ blue 62

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

Shades of Old Copper #74563E

Tints of Old Copper #74563E

RGB

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

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

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

R = 43.94%
G = 32.58%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74563E (or 0x74563E) is known color: Old Copper. HEX triplet: 74, 56 and 3E. RGB value is (116,86,62). Sum of RGB (Red+Green+Blue) = 116+86+62=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74563E is #8BA9C1. Grayscale: #5C5C5C. Windows color (decimal): -9152962 or 4085364. OLE color: 4085364.

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

Color convert

RGB 116 86 62 -
CMYK 0 0.26 0.47 0.55
HSL 26.67º 0.3% 0.35% -
HSV(B) 26.67º 0.47% 0.45% -
XYZ 11.4 10.72 6.03 -
YUV 92.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 116 86 62 0 0.26 0.47 0.55 26.67 0.3 0.35
Hex 74 56 3E 0 1A 2F 37 1B 1E 23
Octal 164 126 76 0 32 57 67 33 36 43
Binary 1110100 1010110 111110 0 11010 101111 110111 11011 11110 100011

Color Harmonies of #74563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74563E

Black with #74563E

Text Example


Text Example

White with #74563E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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