Html Css Color HEX #745136 Old Copper

📋 copy color: '#745136'

red 116 ◦ green 81 ◦ blue 54

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

Shades of Old Copper #745136

Tints of Old Copper #745136

RGB

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

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

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

R = 46.22%
G = 32.27%
B = 21.51%

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

#745136 (or 0x745136) is known color: Old Copper. HEX triplet: 74, 51 and 36. RGB value is (116,81,54). Sum of RGB (Red+Green+Blue) = 116+81+54=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745136 is #8BAEC9. Grayscale: #585858. Windows color (decimal): -9154250 or 3559796. OLE color: 3559796.

HSL color Cylindrical-coordinate representation of color #745136: hue angle of 26.13º 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 #745136 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 54 -
CMYK 0 0.30 0.53 0.55
HSL 26.13º 0.36% 0.33% -
HSV(B) 26.13º 0.53% 0.45% -
XYZ 10.81 9.86 4.82 -
YUV 88.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 116 81 54 0 0.30 0.53 0.55 26.13 0.36 0.33
Hex 74 51 36 0 1E 35 37 1A 24 21
Octal 164 121 66 0 36 65 67 32 44 41
Binary 1110100 1010001 110110 0 11110 110101 110111 11010 100100 100001

Color Harmonies of #745136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745136

Black with #745136

Text Example


Text Example

White with #745136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745136; }

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

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

background-color css

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

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

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

border-color css

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

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

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