Html Css Color HEX #73533D Old Copper

📋 copy color: '#73533D'

red 115 ◦ green 83 ◦ blue 61

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

Shades of Old Copper #73533D

Tints of Old Copper #73533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 44.4%
G = 32.05%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73533D (or 0x73533D) is known color: Old Copper. HEX triplet: 73, 53 and 3D. RGB value is (115,83,61). Sum of RGB (Red+Green+Blue) = 115+83+61=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533D is #8CACC2. Grayscale: #5A5A5A. Windows color (decimal): -9219267 or 4019059. OLE color: 4019059.

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

Color convert

RGB 115 83 61 -
CMYK 0 0.28 0.47 0.55
HSL 24.44º 0.31% 0.35% -
HSV(B) 24.44º 0.47% 0.45% -
XYZ 11.01 10.17 5.8 -
YUV 90.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 115 83 61 0 0.28 0.47 0.55 24.44 0.31 0.35
Hex 73 53 3D 0 1C 2F 37 18 1F 23
Octal 163 123 75 0 34 57 67 30 37 43
Binary 1110011 1010011 111101 0 11100 101111 110111 11000 11111 100011

Color Harmonies of #73533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73533D

Black with #73533D

Text Example


Text Example

White with #73533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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