Html Css Color HEX #734D3A Old Copper

📋 copy color: '#734D3A'

red 115 ◦ green 77 ◦ blue 58

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

Shades of Old Copper #734D3A

Tints of Old Copper #734D3A

RGB

 RED value IS 115 (45.31% from 255) = 46%

 GREEN value IS 77 (30.47% from 255) = 30.8%

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

R = 46%
G = 30.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#734D3A (or 0x734D3A) is known color: Old Copper. HEX triplet: 73, 4D and 3A. RGB value is (115,77,58). Sum of RGB (Red+Green+Blue) = 115+77+58=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #734D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D3A is #8CB2C5. Grayscale: #565656. Windows color (decimal): -9220806 or 3820915. OLE color: 3820915.

HSL color Cylindrical-coordinate representation of color #734D3A: hue angle of 20º 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 #734D3A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 58 -
CMYK 0 0.33 0.50 0.55
HSL 20º 0.33% 0.34% -
HSV(B) 20º 0.5% 0.45% -
XYZ 10.49 9.26 5.24 -
YUV 86.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 115 77 58 0 0.33 0.50 0.55 20 0.33 0.34
Hex 73 4D 3A 0 21 32 37 14 21 22
Octal 163 115 72 0 41 62 67 24 41 42
Binary 1110011 1001101 111010 0 100001 110010 110111 10100 100001 100010

Color Harmonies of #734D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D3A

Black with #734D3A

Text Example


Text Example

White with #734D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734D3A; }

 p { color: rgb(115,77,58); }

 H1.HeaderClassName
 {
   color: #734D3A;
 }
 .AnyTagClassName
 {
   color: #734D3A;
 }
</style>

background-color css

<style>
 a { background-color: #734D3A; }

 a { background-color: rgb(115,77,58); }

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

border-color css

<style>
 span { border-color: #734D3A; }

 span { border-color: rgb(115,77,58); }

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