Html Css Color HEX #734D3C Old Copper

📋 copy color: '#734D3C'

red 115 ◦ green 77 ◦ blue 60

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

Shades of Old Copper #734D3C

Tints of Old Copper #734D3C

RGB

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

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

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

R = 45.63%
G = 30.56%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#734D3C (or 0x734D3C) is known color: Old Copper. HEX triplet: 73, 4D and 3C. RGB value is (115,77,60). Sum of RGB (Red+Green+Blue) = 115+77+60=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D3C is #8CB2C3. Grayscale: #565656. Windows color (decimal): -9220804 or 3951987. OLE color: 3951987.

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

Color convert

RGB 115 77 60 -
CMYK 0 0.33 0.48 0.55
HSL 18.55º 0.31% 0.34% -
HSV(B) 18.55º 0.48% 0.45% -
XYZ 10.54 9.28 5.51 -
YUV 86.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 115 77 60 0 0.33 0.48 0.55 18.55 0.31 0.34
Hex 73 4D 3C 0 21 30 37 13 1F 22
Octal 163 115 74 0 41 60 67 23 37 42
Binary 1110011 1001101 111100 0 100001 110000 110111 10011 11111 100010

Color Harmonies of #734D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D3C

Black with #734D3C

Text Example


Text Example

White with #734D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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