Html Css Color HEX #735137 Old Copper

📋 copy color: '#735137'

red 115 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #735137

Tints of Old Copper #735137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 45.82%
G = 32.27%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#735137 (or 0x735137) is known color: Old Copper. HEX triplet: 73, 51 and 37. RGB value is (115,81,55). Sum of RGB (Red+Green+Blue) = 115+81+55=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #735137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735137 is #8CAEC8. Grayscale: #585858. Windows color (decimal): -9219785 or 3625331. OLE color: 3625331.

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

Color convert

RGB 115 81 55 -
CMYK 0 0.30 0.52 0.55
HSL 26º 0.35% 0.33% -
HSV(B) 26º 0.52% 0.45% -
XYZ 10.7 9.81 4.94 -
YUV 88.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 115 81 55 0 0.30 0.52 0.55 26 0.35 0.33
Hex 73 51 37 0 1E 34 37 1A 23 21
Octal 163 121 67 0 36 64 67 32 43 41
Binary 1110011 1010001 110111 0 11110 110100 110111 11010 100011 100001

Color Harmonies of #735137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735137

Black with #735137

Text Example


Text Example

White with #735137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735137; }

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

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

background-color css

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

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

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

border-color css

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

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

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