Html Css Color HEX #745137 Old Copper

📋 copy color: '#745137'

red 116 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #745137

Tints of Old Copper #745137

RGB

 RED value IS 116 (45.7% from 255) = 46.03%

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 46.03%
G = 32.14%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#745137 (or 0x745137) is known color: Old Copper. HEX triplet: 74, 51 and 37. RGB value is (116,81,55). Sum of RGB (Red+Green+Blue) = 116+81+55=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745137 is #8BAEC8. Grayscale: #585858. Windows color (decimal): -9154249 or 3625332. OLE color: 3625332.

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

Color convert

RGB 116 81 55 -
CMYK 0 0.30 0.53 0.55
HSL 25.57º 0.36% 0.34% -
HSV(B) 25.57º 0.53% 0.45% -
XYZ 10.83 9.87 4.95 -
YUV 88.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 116 81 55 0 0.30 0.53 0.55 25.57 0.36 0.34
Hex 74 51 37 0 1E 35 37 1A 24 22
Octal 164 121 67 0 36 65 67 32 44 42
Binary 1110100 1010001 110111 0 11110 110101 110111 11010 100100 100010

Color Harmonies of #745137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745137

Black with #745137

Text Example


Text Example

White with #745137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745137; }

 p { color: rgb(116,81,55); }

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

background-color css

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

 a { background-color: rgb(116,81,55); }

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

border-color css

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

 span { border-color: rgb(116,81,55); }

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