#775135

Color #775135 Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #775135

Tints of Old Copper #775135

Color information

#775135 (or 0x775135) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 35. RGB value is (119,81,53). Sum of RGB (Red+Green+Blue) = 119+81+53=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775135 is #88AECA. Grayscale: #595959. Windows color (decimal): -8957643 or 3494263. OLE color: 3494263.

HSL color Cylindrical-coordinate representation of color #775135: hue angle of 25.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775135 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1198153-
CMYK00.320.550.53
HSL25.45º38.37%33.73%-
HSV(B)25.45º55.46%46.67%-
XYZ11.1910.064.72-
YUV89.17107.59149.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=47.04%
G=32.02%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119815300.320.550.5325.4538.3733.73
Hex7751350203735192622
Octal167121650406765314642
Binary11101111010001110101010000011011111010111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775135; }

 p { color: rgb(119,81,53); }

 H1.HeaderClassName
 {
   color: #775135;
 }
 .AnyTagClassName
 {
   color: #775135;
 }
</style>
background-color css

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

 a { background-color: rgb(119,81,53); }

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

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

 span { border-color: rgb(119,81,53); }

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