Html Css Color HEX #735541 Old Copper

📋 copy color: '#735541'

red 115 ◦ green 85 ◦ blue 65

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

Shades of Old Copper #735541

Tints of Old Copper #735541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 43.4%
G = 32.08%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#735541 (or 0x735541) is known color: Old Copper. HEX triplet: 73, 55 and 41. RGB value is (115,85,65). Sum of RGB (Red+Green+Blue) = 115+85+65=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #735541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735541 is #8CAABE. Grayscale: #5B5B5B. Windows color (decimal): -9218751 or 4281715. OLE color: 4281715.

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

Color convert

RGB 115 85 65 -
CMYK 0 0.26 0.43 0.55
HSL 24º 0.28% 0.35% -
HSV(B) 24º 0.43% 0.45% -
XYZ 11.27 10.52 6.44 -
YUV 91.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 115 85 65 0 0.26 0.43 0.55 24 0.28 0.35
Hex 73 55 41 0 1A 2B 37 18 1C 23
Octal 163 125 101 0 32 53 67 30 34 43
Binary 1110011 1010101 1000001 0 11010 101011 110111 11000 11100 100011

Color Harmonies of #735541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735541

Black with #735541

Text Example


Text Example

White with #735541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735541; }

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

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

background-color css

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

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

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

border-color css

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

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

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