Html Css Color HEX #73533C Old Copper

📋 copy color: '#73533C'

red 115 ◦ green 83 ◦ blue 60

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

Shades of Old Copper #73533C

Tints of Old Copper #73533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 44.57%
G = 32.17%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73533C (or 0x73533C) is known color: Old Copper. HEX triplet: 73, 53 and 3C. RGB value is (115,83,60). Sum of RGB (Red+Green+Blue) = 115+83+60=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533C is #8CACC3. Grayscale: #5A5A5A. Windows color (decimal): -9219268 or 3953523. OLE color: 3953523.

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

Color convert

RGB 115 83 60 -
CMYK 0 0.28 0.48 0.55
HSL 25.09º 0.31% 0.34% -
HSV(B) 25.09º 0.48% 0.45% -
XYZ 10.98 10.16 5.66 -
YUV 89.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 115 83 60 0 0.28 0.48 0.55 25.09 0.31 0.34
Hex 73 53 3C 0 1C 30 37 19 1F 22
Octal 163 123 74 0 34 60 67 31 37 42
Binary 1110011 1010011 111100 0 11100 110000 110111 11001 11111 100010

Color Harmonies of #73533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73533C

Black with #73533C

Text Example


Text Example

White with #73533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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