Html Css Color HEX #735136 Old Copper

📋 copy color: '#735136'

red 115 ◦ green 81 ◦ blue 54

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

Shades of Old Copper #735136

Tints of Old Copper #735136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 46%
G = 32.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#735136 (or 0x735136) is known color: Old Copper. HEX triplet: 73, 51 and 36. RGB value is (115,81,54). Sum of RGB (Red+Green+Blue) = 115+81+54=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #735136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735136 is #8CAEC9. Grayscale: #585858. Windows color (decimal): -9219786 or 3559795. OLE color: 3559795.

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

Color convert

RGB 115 81 54 -
CMYK 0 0.30 0.53 0.55
HSL 26.56º 0.36% 0.33% -
HSV(B) 26.56º 0.53% 0.45% -
XYZ 10.68 9.8 4.82 -
YUV 88.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 115 81 54 0 0.30 0.53 0.55 26.56 0.36 0.33
Hex 73 51 36 0 1E 35 37 1B 24 21
Octal 163 121 66 0 36 65 67 33 44 41
Binary 1110011 1010001 110110 0 11110 110101 110111 11011 100100 100001

Color Harmonies of #735136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735136

Black with #735136

Text Example


Text Example

White with #735136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735136; }

 p { color: rgb(115,81,54); }

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

background-color css

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

 a { background-color: rgb(115,81,54); }

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

border-color css

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

 span { border-color: rgb(115,81,54); }

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