#813D25

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

Shades of Copper Canyon #813D25

Tints of Copper Canyon #813D25

Color information

#813D25 (or 0x813D25) is unknown color: approx Copper Canyon. HEX triplet: 81, 3D and 25. RGB value is (129,61,37). Sum of RGB (Red+Green+Blue) = 129+61+37=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #813D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D25 is #7EC2DA. Grayscale: #4E4E4E. Windows color (decimal): -8307419 or 2440577. OLE color: 2440577.

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

Color convert

RGB1296137-
CMYK00.530.710.49
HSL15.65º55.42%32.55%-
HSV(B)15.65º71.32%50.59%-
XYZ11.068.142.74-
YUV78.6104.53163.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=56.83%
G=26.87%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129613700.530.710.4915.6555.4232.55
Hex813D250354731103721
Octal201754506510761206741
Binary100000011111011001010110101100011111000110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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