#814025

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

Shades of Copper Canyon #814025

Tints of Copper Canyon #814025

Color information

#814025 (or 0x814025) is unknown color: approx Copper Canyon. HEX triplet: 81, 40 and 25. RGB value is (129,64,37). Sum of RGB (Red+Green+Blue) = 129+64+37=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814025 is #7EBFDA. Grayscale: #505050. Windows color (decimal): -8306651 or 2441345. OLE color: 2441345.

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

Color convert

RGB1296437-
CMYK00.500.710.49
HSL17.61º55.42%32.55%-
HSV(B)17.61º71.32%50.59%-
XYZ11.228.472.79-
YUV80.36103.53162.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=56.09%
G=27.83%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129643700.500.710.4917.6155.4232.55
Hex8140250324731123721
Octal2011004506210761226741
Binary1000000110000001001010110010100011111000110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814025; }

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

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

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

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

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

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

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

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