#814124

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

Shades of Copper Canyon #814124

Tints of Copper Canyon #814124

Color information

#814124 (or 0x814124) is unknown color: approx Copper Canyon. HEX triplet: 81, 41 and 24. RGB value is (129,65,36). Sum of RGB (Red+Green+Blue) = 129+65+36=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814124 is #7EBEDB. Grayscale: #515151. Windows color (decimal): -8306396 or 2376065. OLE color: 2376065.

HSL color Cylindrical-coordinate representation of color #814124: hue angle of 18.71º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #814124 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1296536-
CMYK00.500.720.49
HSL18.71º56.36%32.35%-
HSV(B)18.71º72.09%50.59%-
XYZ11.268.582.73-
YUV80.83102.7162.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=56.09%
G=28.26%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129653600.500.720.4918.7156.3632.35
Hex8141240324831133820
Octal2011014406211061237040
Binary1000000110000011001000110010100100011000110011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814124; }

 p { color: rgb(129,65,36); }

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

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

 a { background-color: rgb(129,65,36); }

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

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

 span { border-color: rgb(129,65,36); }

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