Html Css Color HEX #74533F Old Copper

📋 copy color: '#74533F'

red 116 ◦ green 83 ◦ blue 63

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

Shades of Old Copper #74533F

Tints of Old Copper #74533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 44.27%
G = 31.68%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74533F (or 0x74533F) is known color: Old Copper. HEX triplet: 74, 53 and 3F. RGB value is (116,83,63). Sum of RGB (Red+Green+Blue) = 116+83+63=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74533F is #8BACC0. Grayscale: #5A5A5A. Windows color (decimal): -9153729 or 4150132. OLE color: 4150132.

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

Color convert

RGB 116 83 63 -
CMYK 0 0.28 0.46 0.55
HSL 22.64º 0.3% 0.35% -
HSV(B) 22.64º 0.46% 0.45% -
XYZ 11.19 10.26 6.09 -
YUV 90.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 116 83 63 0 0.28 0.46 0.55 22.64 0.3 0.35
Hex 74 53 3F 0 1C 2E 37 17 1E 23
Octal 164 123 77 0 34 56 67 27 36 43
Binary 1110100 1010011 111111 0 11100 101110 110111 10111 11110 100011

Color Harmonies of #74533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74533F

Black with #74533F

Text Example


Text Example

White with #74533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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