Html Css Color HEX #75503C Old Copper

📋 copy color: '#75503C'

red 117 ◦ green 80 ◦ blue 60

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

Shades of Old Copper #75503C

Tints of Old Copper #75503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 45.53%
G = 31.13%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75503C (or 0x75503C) is known color: Old Copper. HEX triplet: 75, 50 and 3C. RGB value is (117,80,60). Sum of RGB (Red+Green+Blue) = 117+80+60=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503C is #8AAFC3. Grayscale: #585858. Windows color (decimal): -9088964 or 3952757. OLE color: 3952757.

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

Color convert

RGB 117 80 60 -
CMYK 0 0.32 0.49 0.54
HSL 21.05º 0.32% 0.35% -
HSV(B) 21.05º 0.49% 0.46% -
XYZ 11.02 9.85 5.59 -
YUV 88.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 117 80 60 0 0.32 0.49 0.54 21.05 0.32 0.35
Hex 75 50 3C 0 20 31 36 15 20 23
Octal 165 120 74 0 40 61 66 25 40 43
Binary 1110101 1010000 111100 0 100000 110001 110110 10101 100000 100011

Color Harmonies of #75503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75503C

Black with #75503C

Text Example


Text Example

White with #75503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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