Html Css Color HEX #735141 Old Copper

📋 copy color: '#735141'

red 115 ◦ green 81 ◦ blue 65

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

Shades of Old Copper #735141

Tints of Old Copper #735141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 44.06%
G = 31.03%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735141 (or 0x735141) is known color: Old Copper. HEX triplet: 73, 51 and 41. RGB value is (115,81,65). Sum of RGB (Red+Green+Blue) = 115+81+65=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #735141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735141 is #8CAEBE. Grayscale: #595959. Windows color (decimal): -9219775 or 4280691. OLE color: 4280691.

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

Color convert

RGB 115 81 65 -
CMYK 0 0.30 0.43 0.55
HSL 19.2º 0.28% 0.35% -
HSV(B) 19.2º 0.43% 0.45% -
XYZ 10.97 9.91 6.34 -
YUV 89.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 115 81 65 0 0.30 0.43 0.55 19.2 0.28 0.35
Hex 73 51 41 0 1E 2B 37 13 1C 23
Octal 163 121 101 0 36 53 67 23 34 43
Binary 1110011 1010001 1000001 0 11110 101011 110111 10011 11100 100011

Color Harmonies of #735141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735141

Black with #735141

Text Example


Text Example

White with #735141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735141; }

 p { color: rgb(115,81,65); }

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

background-color css

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

 a { background-color: rgb(115,81,65); }

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

border-color css

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

 span { border-color: rgb(115,81,65); }

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