#775133

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

Shades of Old Copper #775133

Tints of Old Copper #775133

Color information

#775133 (or 0x775133) is unknown color: approx Old Copper. HEX triplet: 77, 51 and 33. RGB value is (119,81,51). Sum of RGB (Red+Green+Blue) = 119+81+51=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #775133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775133 is #88AECC. Grayscale: #595959. Windows color (decimal): -8957645 or 3363191. OLE color: 3363191.

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

Color convert

RGB1198151-
CMYK00.320.570.53
HSL26.47º40%33.33%-
HSV(B)26.47º57.14%46.67%-
XYZ11.1510.054.48-
YUV88.94106.59149.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=47.41%
G=32.27%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119815100.320.570.5326.474033.33
Hex77513302039351a2821
Octal167121630407165325041
Binary11101111010001110011010000011100111010111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775133; }

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

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

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

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

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

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

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

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