Html Css Color HEX #754C39 Old Copper

📋 copy color: '#754C39'

red 117 ◦ green 76 ◦ blue 57

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

Shades of Old Copper #754C39

Tints of Old Copper #754C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

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

R = 46.8%
G = 30.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#754C39 (or 0x754C39) is known color: Old Copper. HEX triplet: 75, 4C and 39. RGB value is (117,76,57). Sum of RGB (Red+Green+Blue) = 117+76+57=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C39 is #8AB3C6. Grayscale: #565656. Windows color (decimal): -9089991 or 3755125. OLE color: 3755125.

HSL color Cylindrical-coordinate representation of color #754C39: hue angle of 19º 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 #754C39 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 57 -
CMYK 0 0.35 0.51 0.54
HSL 19º 0.34% 0.34% -
HSV(B) 19º 0.51% 0.46% -
XYZ 10.66 9.25 5.09 -
YUV 86.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 117 76 57 0 0.35 0.51 0.54 19 0.34 0.34
Hex 75 4C 39 0 23 33 36 13 22 22
Octal 165 114 71 0 43 63 66 23 42 42
Binary 1110101 1001100 111001 0 100011 110011 110110 10011 100010 100010

Color Harmonies of #754C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C39

Black with #754C39

Text Example


Text Example

White with #754C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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