#773E25

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

Shades of Copper Canyon #773E25

Tints of Copper Canyon #773E25

Color information

#773E25 (or 0x773E25) is unknown color: approx Copper Canyon. HEX triplet: 77, 3E and 25. RGB value is (119,62,37). Sum of RGB (Red+Green+Blue) = 119+62+37=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E25 is #88C1DA. Grayscale: #4C4C4C. Windows color (decimal): -8962523 or 2440823. OLE color: 2440823.

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

Color convert

RGB1196237-
CMYK00.480.690.53
HSL18.29º52.56%30.59%-
HSV(B)18.29º68.91%46.67%-
XYZ9.667.52.69-
YUV76.19105.88158.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=54.59%
G=28.44%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119623700.480.690.5318.2952.5630.59
Hex773E25030453512351f
Octal167764506010565226537
Binary1110111111110100101011000010001011101011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,37); }

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

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

 a { background-color: rgb(119,62,37); }

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

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

 span { border-color: rgb(119,62,37); }

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