Html Css Color HEX #744B3A Old Copper

📋 copy color: '#744B3A'

red 116 ◦ green 75 ◦ blue 58

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

Shades of Old Copper #744B3A

Tints of Old Copper #744B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 46.59%
G = 30.12%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#744B3A (or 0x744B3A) is known color: Old Copper. HEX triplet: 74, 4B and 3A. RGB value is (116,75,58). Sum of RGB (Red+Green+Blue) = 116+75+58=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #744B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B3A is #8BB4C5. Grayscale: #555555. Windows color (decimal): -9155782 or 3820404. OLE color: 3820404.

HSL color Cylindrical-coordinate representation of color #744B3A: hue angle of 17.59º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744B3A is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 75 58 -
CMYK 0 0.35 0.5 0.55
HSL 17.59º 0.33% 0.34% -
HSV(B) 17.59º 0.5% 0.45% -
XYZ 10.48 9.05 5.2 -
YUV 85.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 116 75 58 0 0.35 0.5 0.55 17.59 0.33 0.34
Hex 74 4B 3A 0 23 32 37 12 21 22
Octal 164 113 72 0 43 62 67 22 41 42
Binary 1110100 1001011 111010 0 100011 110010 110111 10010 100001 100010

Color Harmonies of #744B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B3A

Black with #744B3A

Text Example


Text Example

White with #744B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744B3A; }

 p { color: rgb(116,75,58); }

 H1.HeaderClassName
 {
   color: #744B3A;
 }
 .AnyTagClassName
 {
   color: #744B3A;
 }
</style>

background-color css

<style>
 a { background-color: #744B3A; }

 a { background-color: rgb(116,75,58); }

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

border-color css

<style>
 span { border-color: #744B3A; }

 span { border-color: rgb(116,75,58); }

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