Html Css Color HEX #754D39 Old Copper

📋 copy color: '#754D39'

red 117 ◦ green 77 ◦ blue 57

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

Shades of Old Copper #754D39

Tints of Old Copper #754D39

RGB

 RED value IS 117 (46.09% from 255) = 46.61%

 GREEN value IS 77 (30.47% from 255) = 30.68%

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 46.61%
G = 30.68%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#754D39 (or 0x754D39) is known color: Old Copper. HEX triplet: 75, 4D and 39. RGB value is (117,77,57). Sum of RGB (Red+Green+Blue) = 117+77+57=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D39 is #8AB2C6. Grayscale: #565656. Windows color (decimal): -9089735 or 3755381. OLE color: 3755381.

HSL color Cylindrical-coordinate representation of color #754D39: hue angle of 20º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754D39 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 57 -
CMYK 0 0.34 0.51 0.54
HSL 20º 0.34% 0.34% -
HSV(B) 20º 0.51% 0.46% -
XYZ 10.73 9.39 5.12 -
YUV 86.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 117 77 57 0 0.34 0.51 0.54 20 0.34 0.34
Hex 75 4D 39 0 22 33 36 14 22 22
Octal 165 115 71 0 42 63 66 24 42 42
Binary 1110101 1001101 111001 0 100010 110011 110110 10100 100010 100010

Color Harmonies of #754D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D39

Black with #754D39

Text Example


Text Example

White with #754D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D39; }

 p { color: rgb(117,77,57); }

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

background-color css

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

 a { background-color: rgb(117,77,57); }

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

border-color css

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

 span { border-color: rgb(117,77,57); }

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