#814024

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

Shades of Copper Canyon #814024

Tints of Copper Canyon #814024

Color information

#814024 (or 0x814024) is unknown color: approx Copper Canyon. HEX triplet: 81, 40 and 24. RGB value is (129,64,36). Sum of RGB (Red+Green+Blue) = 129+64+36=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #814024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814024 is #7EBFDB. Grayscale: #505050. Windows color (decimal): -8306652 or 2375809. OLE color: 2375809.

HSL color Cylindrical-coordinate representation of color #814024: hue angle of 18.06º 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 #814024 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1296436-
CMYK00.500.720.49
HSL18.06º56.36%32.35%-
HSV(B)18.06º72.09%50.59%-
XYZ11.218.462.71-
YUV80.24103.03162.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=56.33%
G=27.95%
B=15.72%

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
Decimal129643600.500.720.4918.0656.3632.35
Hex8140240324831123820
Octal2011004406211061227040
Binary1000000110000001001000110010100100011000110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814024; }

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

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

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

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

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

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

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

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