Html Css Color HEX #735034 Old Copper

📋 copy color: '#735034'

red 115 ◦ green 80 ◦ blue 52

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

Shades of Old Copper #735034

Tints of Old Copper #735034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 46.56%
G = 32.39%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#735034 (or 0x735034) is known color: Old Copper. HEX triplet: 73, 50 and 34. RGB value is (115,80,52). Sum of RGB (Red+Green+Blue) = 115+80+52=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #735034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735034 is #8CAFCB. Grayscale: #575757. Windows color (decimal): -9220044 or 3428467. OLE color: 3428467.

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

Color convert

RGB 115 80 52 -
CMYK 0 0.30 0.55 0.55
HSL 26.67º 0.38% 0.33% -
HSV(B) 26.67º 0.55% 0.45% -
XYZ 10.56 9.63 4.55 -
YUV 87.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 115 80 52 0 0.30 0.55 0.55 26.67 0.38 0.33
Hex 73 50 34 0 1E 37 37 1B 26 21
Octal 163 120 64 0 36 67 67 33 46 41
Binary 1110011 1010000 110100 0 11110 110111 110111 11011 100110 100001

Color Harmonies of #735034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735034

Black with #735034

Text Example


Text Example

White with #735034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735034; }

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

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

background-color css

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

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

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

border-color css

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

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

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