Html Css Color HEX #734F37 Old Copper

📋 copy color: '#734F37'

red 115 ◦ green 79 ◦ blue 55

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

Shades of Old Copper #734F37

Tints of Old Copper #734F37

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.73%

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

R = 46.18%
G = 31.73%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#734F37 (or 0x734F37) is known color: Old Copper. HEX triplet: 73, 4F and 37. RGB value is (115,79,55). Sum of RGB (Red+Green+Blue) = 115+79+55=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F37 is #8CB0C8. Grayscale: #575757. Windows color (decimal): -9220297 or 3624819. OLE color: 3624819.

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

Color convert

RGB 115 79 55 -
CMYK 0 0.31 0.52 0.55
HSL 24º 0.35% 0.33% -
HSV(B) 24º 0.52% 0.45% -
XYZ 10.56 9.51 4.89 -
YUV 87.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 115 79 55 0 0.31 0.52 0.55 24 0.35 0.33
Hex 73 4F 37 0 1F 34 37 18 23 21
Octal 163 117 67 0 37 64 67 30 43 41
Binary 1110011 1001111 110111 0 11111 110100 110111 11000 100011 100001

Color Harmonies of #734F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734F37

Black with #734F37

Text Example


Text Example

White with #734F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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