Html Css Color HEX #75503A Old Copper

📋 copy color: '#75503A'

red 117 ◦ green 80 ◦ blue 58

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

Shades of Old Copper #75503A

Tints of Old Copper #75503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 45.88%
G = 31.37%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75503A (or 0x75503A) is known color: Old Copper. HEX triplet: 75, 50 and 3A. RGB value is (117,80,58). Sum of RGB (Red+Green+Blue) = 117+80+58=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503A is #8AAFC5. Grayscale: #585858. Windows color (decimal): -9088966 or 3821685. OLE color: 3821685.

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

Color convert

RGB 117 80 58 -
CMYK 0 0.32 0.50 0.54
HSL 22.37º 0.34% 0.34% -
HSV(B) 22.37º 0.5% 0.46% -
XYZ 10.97 9.82 5.32 -
YUV 88.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 117 80 58 0 0.32 0.50 0.54 22.37 0.34 0.34
Hex 75 50 3A 0 20 32 36 16 22 22
Octal 165 120 72 0 40 62 66 26 42 42
Binary 1110101 1010000 111010 0 100000 110010 110110 10110 100010 100010

Color Harmonies of #75503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75503A

Black with #75503A

Text Example


Text Example

White with #75503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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