Html Css Color HEX #735039 Old Copper

📋 copy color: '#735039'

red 115 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #735039

Tints of Old Copper #735039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 57 (22.66% from 255) = 22.62%

R = 45.63%
G = 31.75%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#735039 (or 0x735039) is known color: Old Copper. HEX triplet: 73, 50 and 39. RGB value is (115,80,57). Sum of RGB (Red+Green+Blue) = 115+80+57=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #735039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735039 is #8CAFC6. Grayscale: #575757. Windows color (decimal): -9220039 or 3756147. OLE color: 3756147.

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

Color convert

RGB 115 80 57 -
CMYK 0 0.30 0.50 0.55
HSL 23.79º 0.34% 0.34% -
HSV(B) 23.79º 0.5% 0.45% -
XYZ 10.68 9.68 5.18 -
YUV 87.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 115 80 57 0 0.30 0.50 0.55 23.79 0.34 0.34
Hex 73 50 39 0 1E 32 37 18 22 22
Octal 163 120 71 0 36 62 67 30 42 42
Binary 1110011 1010000 111001 0 11110 110010 110111 11000 100010 100010

Color Harmonies of #735039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735039

Black with #735039

Text Example


Text Example

White with #735039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735039; }

 p { color: rgb(115,80,57); }

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

background-color css

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

 a { background-color: rgb(115,80,57); }

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

border-color css

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

 span { border-color: rgb(115,80,57); }

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