Html Css Color HEX #734D36 Old Copper

📋 copy color: '#734D36'

red 115 ◦ green 77 ◦ blue 54

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

Shades of Old Copper #734D36

Tints of Old Copper #734D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 46.75%
G = 31.3%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#734D36 (or 0x734D36) is known color: Old Copper. HEX triplet: 73, 4D and 36. RGB value is (115,77,54). Sum of RGB (Red+Green+Blue) = 115+77+54=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #734D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D36 is #8CB2C9. Grayscale: #555555. Windows color (decimal): -9220810 or 3558771. OLE color: 3558771.

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

Color convert

RGB 115 77 54 -
CMYK 0 0.33 0.53 0.55
HSL 22.62º 0.36% 0.33% -
HSV(B) 22.62º 0.53% 0.45% -
XYZ 10.39 9.22 4.72 -
YUV 85.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 115 77 54 0 0.33 0.53 0.55 22.62 0.36 0.33
Hex 73 4D 36 0 21 35 37 17 24 21
Octal 163 115 66 0 41 65 67 27 44 41
Binary 1110011 1001101 110110 0 100001 110101 110111 10111 100100 100001

Color Harmonies of #734D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D36

Black with #734D36

Text Example


Text Example

White with #734D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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