Html Css Color HEX #73503B Old Copper

📋 copy color: '#73503B'

red 115 ◦ green 80 ◦ blue 59

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

Shades of Old Copper #73503B

Tints of Old Copper #73503B

RGB

 RED value IS 115 (45.31% from 255) = 45.28%

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

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 45.28%
G = 31.5%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73503B (or 0x73503B) is known color: Old Copper. HEX triplet: 73, 50 and 3B. RGB value is (115,80,59). Sum of RGB (Red+Green+Blue) = 115+80+59=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #73503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503B is #8CAFC4. Grayscale: #585858. Windows color (decimal): -9220037 or 3887219. OLE color: 3887219.

HSL color Cylindrical-coordinate representation of color #73503B: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73503B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 59 -
CMYK 0 0.30 0.49 0.55
HSL 22.5º 0.32% 0.34% -
HSV(B) 22.5º 0.49% 0.45% -
XYZ 10.73 9.7 5.44 -
YUV 88.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 115 80 59 0 0.30 0.49 0.55 22.5 0.32 0.34
Hex 73 50 3B 0 1E 31 37 16 20 22
Octal 163 120 73 0 36 61 67 26 40 42
Binary 1110011 1010000 111011 0 11110 110001 110111 10110 100000 100010

Color Harmonies of #73503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73503B

Black with #73503B

Text Example


Text Example

White with #73503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73503B; }

 p { color: rgb(115,80,59); }

 H1.HeaderClassName
 {
   color: #73503B;
 }
 .AnyTagClassName
 {
   color: #73503B;
 }
</style>

background-color css

<style>
 a { background-color: #73503B; }

 a { background-color: rgb(115,80,59); }

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

border-color css

<style>
 span { border-color: #73503B; }

 span { border-color: rgb(115,80,59); }

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