Html Css Color HEX #754D36 Old Copper

📋 copy color: '#754D36'

red 117 ◦ green 77 ◦ blue 54

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

Shades of Old Copper #754D36

Tints of Old Copper #754D36

RGB

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

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

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

R = 47.18%
G = 31.05%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#754D36 (or 0x754D36) is known color: Old Copper. HEX triplet: 75, 4D and 36. RGB value is (117,77,54). Sum of RGB (Red+Green+Blue) = 117+77+54=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D36 is #8AB2C9. Grayscale: #565656. Windows color (decimal): -9089738 or 3558773. OLE color: 3558773.

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

Color convert

RGB 117 77 54 -
CMYK 0 0.34 0.54 0.54
HSL 21.9º 0.37% 0.34% -
HSV(B) 21.9º 0.54% 0.46% -
XYZ 10.66 9.36 4.73 -
YUV 86.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 117 77 54 0 0.34 0.54 0.54 21.9 0.37 0.34
Hex 75 4D 36 0 22 36 36 16 25 22
Octal 165 115 66 0 42 66 66 26 45 42
Binary 1110101 1001101 110110 0 100010 110110 110110 10110 100101 100010

Color Harmonies of #754D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D36

Black with #754D36

Text Example


Text Example

White with #754D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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