Html Css Color HEX #735235 Old Copper

📋 copy color: '#735235'

red 115 ◦ green 82 ◦ blue 53

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

Shades of Old Copper #735235

Tints of Old Copper #735235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 46%
G = 32.8%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#735235 (or 0x735235) is known color: Old Copper. HEX triplet: 73, 52 and 35. RGB value is (115,82,53). Sum of RGB (Red+Green+Blue) = 115+82+53=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #735235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735235 is #8CADCA. Grayscale: #585858. Windows color (decimal): -9219531 or 3494515. OLE color: 3494515.

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

Color convert

RGB 115 82 53 -
CMYK 0 0.29 0.54 0.55
HSL 28.06º 0.37% 0.33% -
HSV(B) 28.06º 0.54% 0.45% -
XYZ 10.73 9.94 4.72 -
YUV 88.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 115 82 53 0 0.29 0.54 0.55 28.06 0.37 0.33
Hex 73 52 35 0 1D 36 37 1C 25 21
Octal 163 122 65 0 35 66 67 34 45 41
Binary 1110011 1010010 110101 0 11101 110110 110111 11100 100101 100001

Color Harmonies of #735235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735235

Black with #735235

Text Example


Text Example

White with #735235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735235; }

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

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

background-color css

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

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

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

border-color css

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

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

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