Html Css Color HEX #734C37 Old Copper

📋 copy color: '#734C37'

red 115 ◦ green 76 ◦ blue 55

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

Shades of Old Copper #734C37

Tints of Old Copper #734C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 55 (21.88% from 255) = 22.36%

R = 46.75%
G = 30.89%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#734C37 (or 0x734C37) is known color: Old Copper. HEX triplet: 73, 4C and 37. RGB value is (115,76,55). Sum of RGB (Red+Green+Blue) = 115+76+55=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #734C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C37 is #8CB3C8. Grayscale: #555555. Windows color (decimal): -9221065 or 3624051. OLE color: 3624051.

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

Color convert

RGB 115 76 55 -
CMYK 0 0.34 0.52 0.55
HSL 21º 0.35% 0.33% -
HSV(B) 21º 0.52% 0.45% -
XYZ 10.34 9.09 4.82 -
YUV 85.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 115 76 55 0 0.34 0.52 0.55 21 0.35 0.33
Hex 73 4C 37 0 22 34 37 15 23 21
Octal 163 114 67 0 42 64 67 25 43 41
Binary 1110011 1001100 110111 0 100010 110100 110111 10101 100011 100001

Color Harmonies of #734C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734C37

Black with #734C37

Text Example


Text Example

White with #734C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,76,55); }

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

background-color css

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

 a { background-color: rgb(115,76,55); }

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

border-color css

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

 span { border-color: rgb(115,76,55); }

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