#7F3B27

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

Shades of Copper Canyon #7F3B27

Tints of Copper Canyon #7F3B27

Color information

#7F3B27 (or 0x7F3B27) is unknown color: approx Copper Canyon. HEX triplet: 7F, 3B and 27. RGB value is (127,59,39). Sum of RGB (Red+Green+Blue) = 127+59+39=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B27 is #80C4D8. Grayscale: #4D4D4D. Windows color (decimal): -8439001 or 2571135. OLE color: 2571135.

HSL color Cylindrical-coordinate representation of color #7F3B27: hue angle of 13.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3B27 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1275939-
CMYK00.540.690.50
HSL13.64º53.01%32.55%-
HSV(B)13.64º69.29%49.8%-
XYZ10.687.792.86-
YUV77.05106.53163.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=56.44%
G=26.22%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127593900.540.690.5013.6453.0132.55
Hex7F3B270364532e3521
Octal177734706610562166541
Binary1111111111011100111011011010001011100101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,39); }

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

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

 a { background-color: rgb(127,59,39); }

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

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

 span { border-color: rgb(127,59,39); }

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