Html Css Color HEX #74553F Old Copper

📋 copy color: '#74553F'

red 116 ◦ green 85 ◦ blue 63

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

Shades of Old Copper #74553F

Tints of Old Copper #74553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 43.94%
G = 32.2%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74553F (or 0x74553F) is known color: Old Copper. HEX triplet: 74, 55 and 3F. RGB value is (116,85,63). Sum of RGB (Red+Green+Blue) = 116+85+63=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74553F is #8BAAC0. Grayscale: #5B5B5B. Windows color (decimal): -9153217 or 4150644. OLE color: 4150644.

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

Color convert

RGB 116 85 63 -
CMYK 0 0.27 0.46 0.55
HSL 24.91º 0.3% 0.35% -
HSV(B) 24.91º 0.46% 0.45% -
XYZ 11.35 10.57 6.14 -
YUV 91.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 116 85 63 0 0.27 0.46 0.55 24.91 0.3 0.35
Hex 74 55 3F 0 1B 2E 37 19 1E 23
Octal 164 125 77 0 33 56 67 31 36 43
Binary 1110100 1010101 111111 0 11011 101110 110111 11001 11110 100011

Color Harmonies of #74553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74553F

Black with #74553F

Text Example


Text Example

White with #74553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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