#813C25

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

Shades of Copper Canyon #813C25

Tints of Copper Canyon #813C25

Color information

#813C25 (or 0x813C25) is unknown color: approx Copper Canyon. HEX triplet: 81, 3C and 25. RGB value is (129,60,37). Sum of RGB (Red+Green+Blue) = 129+60+37=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C25 is #7EC3DA. Grayscale: #4E4E4E. Windows color (decimal): -8307675 or 2440321. OLE color: 2440321.

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

Color convert

RGB1296037-
CMYK00.530.710.49
HSL15º55.42%32.55%-
HSV(B)15º71.32%50.59%-
XYZ118.032.72-
YUV78.01104.86164.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.08%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=57.08%
G=26.55%
B=16.37%

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
Decimal129603700.530.710.491555.4232.55
Hex813C250354731f3721
Octal201744506510761176741
Binary10000001111100100101011010110001111100011111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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