Html Css Color HEX #75503E Old Copper

📋 copy color: '#75503E'

red 117 ◦ green 80 ◦ blue 62

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

Shades of Old Copper #75503E

Tints of Old Copper #75503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 45.17%
G = 30.89%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75503E (or 0x75503E) is known color: Old Copper. HEX triplet: 75, 50 and 3E. RGB value is (117,80,62). Sum of RGB (Red+Green+Blue) = 117+80+62=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503E is #8AAFC1. Grayscale: #595959. Windows color (decimal): -9088962 or 4083829. OLE color: 4083829.

HSL color Cylindrical-coordinate representation of color #75503E: hue angle of 19.64º 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 #75503E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 62 -
CMYK 0 0.32 0.47 0.54
HSL 19.64º 0.31% 0.35% -
HSV(B) 19.64º 0.47% 0.46% -
XYZ 11.07 9.87 5.88 -
YUV 89.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 117 80 62 0 0.32 0.47 0.54 19.64 0.31 0.35
Hex 75 50 3E 0 20 2F 36 14 1F 23
Octal 165 120 76 0 40 57 66 24 37 43
Binary 1110101 1010000 111110 0 100000 101111 110110 10100 11111 100011

Color Harmonies of #75503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75503E

Black with #75503E

Text Example


Text Example

White with #75503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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