#813e28

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

Shades of Copper Canyon #813E28

Tints of Copper Canyon #813E28

Color information

#813E28 (or 0x813E28) is unknown color: approx Copper Canyon. HEX triplet: 81, 3E and 28. RGB value is (129,62,40). Sum of RGB (Red+Green+Blue) = 129+62+40=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #813E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E28 is #7EC1D7. Grayscale: #4F4F4F. Windows color (decimal): -8307160 or 2637441. OLE color: 2637441.

HSL color Cylindrical-coordinate representation of color #813E28: hue angle of 14.83º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813E28 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1296240-
CMYK00.520.690.49
HSL14.83º52.66%33.14%-
HSV(B)14.83º68.99%50.59%-
XYZ11.168.273.01-
YUV79.53105.7163.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=55.84%
G=26.84%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129624000.520.690.4914.8352.6633.14
Hex813E280344531f3521
Octal201765006410561176541
Binary10000001111110101000011010010001011100011111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,40); }

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

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

 a { background-color: rgb(129,62,40); }

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

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

 span { border-color: rgb(129,62,40); }

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