#773D27

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

Shades of Copper Canyon #773D27

Tints of Copper Canyon #773D27

Color information

#773D27 (or 0x773D27) is unknown color: approx Copper Canyon. HEX triplet: 77, 3D and 27. RGB value is (119,61,39). Sum of RGB (Red+Green+Blue) = 119+61+39=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D27 is #88C2D8. Grayscale: #4B4B4B. Windows color (decimal): -8962777 or 2571639. OLE color: 2571639.

HSL color Cylindrical-coordinate representation of color #773D27: hue angle of 16.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773D27 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1196139-
CMYK00.490.670.53
HSL16.5º50.63%30.98%-
HSV(B)16.5º67.23%46.67%-
XYZ9.647.412.84-
YUV75.83107.22158.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 61 (24.22% from 255) = 27.85%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=54.34%
G=27.85%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119613900.490.670.5316.550.6330.98
Hex773D27031433510331f
Octal167754706110365206337
Binary1110111111101100111011000110000111101011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773D27; }

 p { color: rgb(119,61,39); }

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

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

 a { background-color: rgb(119,61,39); }

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

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

 span { border-color: rgb(119,61,39); }

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