Html Css Color HEX #75543F Old Copper

📋 copy color: '#75543F'

red 117 ◦ green 84 ◦ blue 63

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

Shades of Old Copper #75543F

Tints of Old Copper #75543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 44.32%
G = 31.82%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75543F (or 0x75543F) is known color: Old Copper. HEX triplet: 75, 54 and 3F. RGB value is (117,84,63). Sum of RGB (Red+Green+Blue) = 117+84+63=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75543F is #8AABC0. Grayscale: #5B5B5B. Windows color (decimal): -9087937 or 4150389. OLE color: 4150389.

HSL color Cylindrical-coordinate representation of color #75543F: hue angle of 23.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75543F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 63 -
CMYK 0 0.28 0.46 0.54
HSL 23.33º 0.3% 0.35% -
HSV(B) 23.33º 0.46% 0.46% -
XYZ 11.4 10.48 6.12 -
YUV 91.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 117 84 63 0 0.28 0.46 0.54 23.33 0.3 0.35
Hex 75 54 3F 0 1C 2E 36 17 1E 23
Octal 165 124 77 0 34 56 66 27 36 43
Binary 1110101 1010100 111111 0 11100 101110 110110 10111 11110 100011

Color Harmonies of #75543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75543F

Black with #75543F

Text Example


Text Example

White with #75543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75543F; }

 p { color: rgb(117,84,63); }

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

background-color css

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

 a { background-color: rgb(117,84,63); }

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

border-color css

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

 span { border-color: rgb(117,84,63); }

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