Html Css Color HEX #74563C Old Copper

📋 copy color: '#74563C'

red 116 ◦ green 86 ◦ blue 60

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

Shades of Old Copper #74563C

Tints of Old Copper #74563C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 44.27%
G = 32.82%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74563C (or 0x74563C) is known color: Old Copper. HEX triplet: 74, 56 and 3C. RGB value is (116,86,60). Sum of RGB (Red+Green+Blue) = 116+86+60=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74563C is #8BA9C3. Grayscale: #5C5C5C. Windows color (decimal): -9152964 or 3954292. OLE color: 3954292.

HSL color Cylindrical-coordinate representation of color #74563C: hue angle of 27.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74563C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 60 -
CMYK 0 0.26 0.48 0.55
HSL 27.86º 0.32% 0.35% -
HSV(B) 27.86º 0.48% 0.45% -
XYZ 11.35 10.69 5.74 -
YUV 92.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 116 86 60 0 0.26 0.48 0.55 27.86 0.32 0.35
Hex 74 56 3C 0 1A 30 37 1C 20 23
Octal 164 126 74 0 32 60 67 34 40 43
Binary 1110100 1010110 111100 0 11010 110000 110111 11100 100000 100011

Color Harmonies of #74563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74563C

Black with #74563C

Text Example


Text Example

White with #74563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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