Html Css Color HEX #73533E Old Copper

📋 copy color: '#73533E'

red 115 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #73533E

Tints of Old Copper #73533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

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

R = 44.23%
G = 31.92%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73533E (or 0x73533E) is known color: Old Copper. HEX triplet: 73, 53 and 3E. RGB value is (115,83,62). Sum of RGB (Red+Green+Blue) = 115+83+62=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533E is #8CACC1. Grayscale: #5A5A5A. Windows color (decimal): -9219266 or 4084595. OLE color: 4084595.

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

Color convert

RGB 115 83 62 -
CMYK 0 0.28 0.46 0.55
HSL 23.77º 0.3% 0.35% -
HSV(B) 23.77º 0.46% 0.45% -
XYZ 11.03 10.18 5.94 -
YUV 90.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 115 83 62 0 0.28 0.46 0.55 23.77 0.3 0.35
Hex 73 53 3E 0 1C 2E 37 18 1E 23
Octal 163 123 76 0 34 56 67 30 36 43
Binary 1110011 1010011 111110 0 11100 101110 110111 11000 11110 100011

Color Harmonies of #73533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73533E

Black with #73533E

Text Example


Text Example

White with #73533E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,83,62); }

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

background-color css

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

 a { background-color: rgb(115,83,62); }

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

border-color css

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

 span { border-color: rgb(115,83,62); }

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