Html Css Color HEX #735341 Old Copper

📋 copy color: '#735341'

red 115 ◦ green 83 ◦ blue 65

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

Shades of Old Copper #735341

Tints of Old Copper #735341

RGB

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

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

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

R = 43.73%
G = 31.56%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735341 (or 0x735341) is known color: Old Copper. HEX triplet: 73, 53 and 41. RGB value is (115,83,65). Sum of RGB (Red+Green+Blue) = 115+83+65=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735341 is #8CACBE. Grayscale: #5A5A5A. Windows color (decimal): -9219263 or 4281203. OLE color: 4281203.

HSL color Cylindrical-coordinate representation of color #735341: hue angle of 21.6º 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 #735341 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 65 -
CMYK 0 0.28 0.43 0.55
HSL 21.6º 0.28% 0.35% -
HSV(B) 21.6º 0.43% 0.45% -
XYZ 11.12 10.21 6.39 -
YUV 90.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 115 83 65 0 0.28 0.43 0.55 21.6 0.28 0.35
Hex 73 53 41 0 1C 2B 37 16 1C 23
Octal 163 123 101 0 34 53 67 26 34 43
Binary 1110011 1010011 1000001 0 11100 101011 110111 10110 11100 100011

Color Harmonies of #735341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735341

Black with #735341

Text Example


Text Example

White with #735341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735341; }

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

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

background-color css

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

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

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

border-color css

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

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

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