Html Css Color HEX #734B37 Old Copper

📋 copy color: '#734B37'

red 115 ◦ green 75 ◦ blue 55

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

Shades of Old Copper #734B37

Tints of Old Copper #734B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 46.94%
G = 30.61%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#734B37 (or 0x734B37) is known color: Old Copper. HEX triplet: 73, 4B and 37. RGB value is (115,75,55). Sum of RGB (Red+Green+Blue) = 115+75+55=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B37 is #8CB4C8. Grayscale: #545454. Windows color (decimal): -9221321 or 3623795. OLE color: 3623795.

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

Color convert

RGB 115 75 55 -
CMYK 0 0.35 0.52 0.55
HSL 20º 0.35% 0.33% -
HSV(B) 20º 0.52% 0.45% -
XYZ 10.28 8.95 4.8 -
YUV 84.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 115 75 55 0 0.35 0.52 0.55 20 0.35 0.33
Hex 73 4B 37 0 23 34 37 14 23 21
Octal 163 113 67 0 43 64 67 24 43 41
Binary 1110011 1001011 110111 0 100011 110100 110111 10100 100011 100001

Color Harmonies of #734B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B37

Black with #734B37

Text Example


Text Example

White with #734B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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