#7B4028

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

Shades of Copper Canyon #7B4028

Tints of Copper Canyon #7B4028

Color information

#7B4028 (or 0x7B4028) is unknown color: approx Copper Canyon. HEX triplet: 7B, 40 and 28. RGB value is (123,64,40). Sum of RGB (Red+Green+Blue) = 123+64+40=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4028 is #84BFD7. Grayscale: #4F4F4F. Windows color (decimal): -8699864 or 2637947. OLE color: 2637947.

HSL color Cylindrical-coordinate representation of color #7B4028: hue angle of 17.35º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B4028 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1236440-
CMYK00.480.670.52
HSL17.35º50.92%31.96%-
HSV(B)17.35º67.48%48.24%-
XYZ10.388.033.01-
YUV78.9106.05159.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.19%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=54.19%
G=28.19%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123644000.480.670.5217.3550.9231.96
Hex7B40280304334113320
Octal1731005006010364216340
Binary111101110000001010000110000100001111010010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B4028; }

 p { color: rgb(123,64,40); }

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

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

 a { background-color: rgb(123,64,40); }

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

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

 span { border-color: rgb(123,64,40); }

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