#803C25

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

Shades of Copper Canyon #803C25

Tints of Copper Canyon #803C25

Color information

#803C25 (or 0x803C25) is unknown color: approx Copper Canyon. HEX triplet: 80, 3C and 25. RGB value is (128,60,37). Sum of RGB (Red+Green+Blue) = 128+60+37=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #803C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C25 is #7FC3DA. Grayscale: #4D4D4D. Windows color (decimal): -8373211 or 2440320. OLE color: 2440320.

HSL color Cylindrical-coordinate representation of color #803C25: hue angle of 15.16º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803C25 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1286037-
CMYK00.530.710.50
HSL15.16º55.15%32.35%-
HSV(B)15.16º71.09%50.2%-
XYZ10.857.952.71-
YUV77.71105.03163.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=56.89%
G=26.67%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128603700.530.710.5015.1655.1532.35
Hex803C250354732f3720
Octal200744506510762176740
Binary10000000111100100101011010110001111100101111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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