Html Css Color HEX #735035 Old Copper

📋 copy color: '#735035'

red 115 ◦ green 80 ◦ blue 53

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

Shades of Old Copper #735035

Tints of Old Copper #735035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 46.37%
G = 32.26%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#735035 (or 0x735035) is known color: Old Copper. HEX triplet: 73, 50 and 35. RGB value is (115,80,53). Sum of RGB (Red+Green+Blue) = 115+80+53=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #735035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735035 is #8CAFCA. Grayscale: #575757. Windows color (decimal): -9220043 or 3494003. OLE color: 3494003.

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

Color convert

RGB 115 80 53 -
CMYK 0 0.30 0.54 0.55
HSL 26.13º 0.37% 0.33% -
HSV(B) 26.13º 0.54% 0.45% -
XYZ 10.58 9.64 4.67 -
YUV 87.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 115 80 53 0 0.30 0.54 0.55 26.13 0.37 0.33
Hex 73 50 35 0 1E 36 37 1A 25 21
Octal 163 120 65 0 36 66 67 32 45 41
Binary 1110011 1010000 110101 0 11110 110110 110111 11010 100101 100001

Color Harmonies of #735035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735035

Black with #735035

Text Example


Text Example

White with #735035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735035; }

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

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

background-color css

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

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

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

border-color css

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

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

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