Html Css Color HEX #735441 Old Copper

📋 copy color: '#735441'

red 115 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #735441

Tints of Old Copper #735441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

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

R = 43.56%
G = 31.82%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735441 (or 0x735441) is known color: Old Copper. HEX triplet: 73, 54 and 41. RGB value is (115,84,65). Sum of RGB (Red+Green+Blue) = 115+84+65=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #735441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735441 is #8CABBE. Grayscale: #5B5B5B. Windows color (decimal): -9219007 or 4281459. OLE color: 4281459.

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

Color convert

RGB 115 84 65 -
CMYK 0 0.27 0.43 0.55
HSL 22.8º 0.28% 0.35% -
HSV(B) 22.8º 0.43% 0.45% -
XYZ 11.19 10.37 6.41 -
YUV 91.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 115 84 65 0 0.27 0.43 0.55 22.8 0.28 0.35
Hex 73 54 41 0 1B 2B 37 17 1C 23
Octal 163 124 101 0 33 53 67 27 34 43
Binary 1110011 1010100 1000001 0 11011 101011 110111 10111 11100 100011

Color Harmonies of #735441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735441

Black with #735441

Text Example


Text Example

White with #735441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735441; }

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

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

background-color css

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

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

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

border-color css

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

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

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