Html Css Color HEX #73523F Old Copper

📋 copy color: '#73523F'

red 115 ◦ green 82 ◦ blue 63

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

Shades of Old Copper #73523F

Tints of Old Copper #73523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 44.23%
G = 31.54%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73523F (or 0x73523F) is known color: Old Copper. HEX triplet: 73, 52 and 3F. RGB value is (115,82,63). Sum of RGB (Red+Green+Blue) = 115+82+63=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523F is #8CADC0. Grayscale: #595959. Windows color (decimal): -9219521 or 4149875. OLE color: 4149875.

HSL color Cylindrical-coordinate representation of color #73523F: hue angle of 21.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73523F is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 63 -
CMYK 0 0.29 0.45 0.55
HSL 21.92º 0.29% 0.35% -
HSV(B) 21.92º 0.45% 0.45% -
XYZ 10.98 10.04 6.06 -
YUV 89.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 115 82 63 0 0.29 0.45 0.55 21.92 0.29 0.35
Hex 73 52 3F 0 1D 2D 37 16 1D 23
Octal 163 122 77 0 35 55 67 26 35 43
Binary 1110011 1010010 111111 0 11101 101101 110111 10110 11101 100011

Color Harmonies of #73523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73523F

Black with #73523F

Text Example


Text Example

White with #73523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73523F; }

 p { color: rgb(115,82,63); }

 H1.HeaderClassName
 {
   color: #73523F;
 }
 .AnyTagClassName
 {
   color: #73523F;
 }
</style>

background-color css

<style>
 a { background-color: #73523F; }

 a { background-color: rgb(115,82,63); }

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

border-color css

<style>
 span { border-color: #73523F; }

 span { border-color: rgb(115,82,63); }

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