#813F24

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

Shades of Copper Canyon #813F24

Tints of Copper Canyon #813F24

Color information

#813F24 (or 0x813F24) is unknown color: approx Copper Canyon. HEX triplet: 81, 3F and 24. RGB value is (129,63,36). Sum of RGB (Red+Green+Blue) = 129+63+36=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F24 is #7EC0DB. Grayscale: #4F4F4F. Windows color (decimal): -8306908 or 2375553. OLE color: 2375553.

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

Color convert

RGB1296336-
CMYK00.510.720.49
HSL17.42º56.36%32.35%-
HSV(B)17.42º72.09%50.59%-
XYZ11.158.352.69-
YUV79.66103.37163.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=56.58%
G=27.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129633600.510.720.4917.4256.3632.35
Hex813F240334831113820
Octal201774406311061217040
Binary100000011111111001000110011100100011000110001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813F24; }

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

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

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

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

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

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

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

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