Html Css Color HEX #735641 Old Copper

📋 copy color: '#735641'

red 115 ◦ green 86 ◦ blue 65

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

Shades of Old Copper #735641

Tints of Old Copper #735641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 43.23%
G = 32.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735641 (or 0x735641) is known color: Old Copper. HEX triplet: 73, 56 and 41. RGB value is (115,86,65). Sum of RGB (Red+Green+Blue) = 115+86+65=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735641 is #8CA9BE. Grayscale: #5C5C5C. Windows color (decimal): -9218495 or 4281971. OLE color: 4281971.

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

Color convert

RGB 115 86 65 -
CMYK 0 0.25 0.43 0.55
HSL 25.2º 0.28% 0.35% -
HSV(B) 25.2º 0.43% 0.45% -
XYZ 11.35 10.68 6.46 -
YUV 92.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 115 86 65 0 0.25 0.43 0.55 25.2 0.28 0.35
Hex 73 56 41 0 19 2B 37 19 1C 23
Octal 163 126 101 0 31 53 67 31 34 43
Binary 1110011 1010110 1000001 0 11001 101011 110111 11001 11100 100011

Color Harmonies of #735641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735641

Black with #735641

Text Example


Text Example

White with #735641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735641; }

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

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

background-color css

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

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

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

border-color css

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

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

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