#803C24

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

Shades of Copper Canyon #803C24

Tints of Copper Canyon #803C24

Color information

#803C24 (or 0x803C24) is unknown color: approx Copper Canyon. HEX triplet: 80, 3C and 24. RGB value is (128,60,36). Sum of RGB (Red+Green+Blue) = 128+60+36=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #803C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C24 is #7FC3DB. Grayscale: #4D4D4D. Windows color (decimal): -8373212 or 2374784. OLE color: 2374784.

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

Color convert

RGB1286036-
CMYK00.530.720.50
HSL15.65º56.1%32.16%-
HSV(B)15.65º71.88%50.2%-
XYZ10.847.952.63-
YUV77.6104.53163.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=57.14%
G=26.79%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128603600.530.720.5015.6556.132.16
Hex803C240354832103820
Octal200744406511062207040
Binary100000001111001001000110101100100011001010000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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