Html Css Color HEX #75543E Old Copper

📋 copy color: '#75543E'

red 117 ◦ green 84 ◦ blue 62

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

Shades of Old Copper #75543E

Tints of Old Copper #75543E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 44.49%
G = 31.94%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75543E (or 0x75543E) is known color: Old Copper. HEX triplet: 75, 54 and 3E. RGB value is (117,84,62). Sum of RGB (Red+Green+Blue) = 117+84+62=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75543E is #8AABC1. Grayscale: #5B5B5B. Windows color (decimal): -9087938 or 4084853. OLE color: 4084853.

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

Color convert

RGB 117 84 62 -
CMYK 0 0.28 0.47 0.54
HSL 24º 0.31% 0.35% -
HSV(B) 24º 0.47% 0.46% -
XYZ 11.38 10.47 5.98 -
YUV 91.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 117 84 62 0 0.28 0.47 0.54 24 0.31 0.35
Hex 75 54 3E 0 1C 2F 36 18 1F 23
Octal 165 124 76 0 34 57 66 30 37 43
Binary 1110101 1010100 111110 0 11100 101111 110110 11000 11111 100011

Color Harmonies of #75543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75543E

Black with #75543E

Text Example


Text Example

White with #75543E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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