Html Css Color HEX #80402C Copper Canyon

📋 copy color: '#80402C'

red 128 ◦ green 64 ◦ blue 44

#80402C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Canyon #80402C

Tints of Copper Canyon #80402C

RGB

 RED value IS 128 (50.39% from 255) = 54.24%

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 54.24%
G = 27.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80402C (or 0x80402C) is known color: Copper Canyon. HEX triplet: 80, 40 and 2C. RGB value is (128,64,44). Sum of RGB (Red+Green+Blue) = 128+64+44=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80402C is #7FBFD3. Grayscale: #515151. Windows color (decimal): -8372180 or 2900096. OLE color: 2900096.

HSL color Cylindrical-coordinate representation of color #80402C: hue angle of 14.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80402C is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 44 -
CMYK 0 0.5 0.66 0.50
HSL 14.29º 0.49% 0.34% -
HSV(B) 14.29º 0.66% 0.5% -
XYZ 11.19 8.44 3.42 -
YUV 80.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 128 64 44 0 0.5 0.66 0.50 14.29 0.49 0.34
Hex 80 40 2C 0 32 42 32 E 31 22
Octal 200 100 54 0 62 102 62 16 61 42
Binary 10000000 1000000 101100 0 110010 1000010 110010 1110 110001 100010

Color Harmonies of #80402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80402C

Black with #80402C

Text Example


Text Example

White with #80402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80402C; }

 p { color: rgb(128,64,44); }

 H1.HeaderClassName
 {
   color: #80402C;
 }
 .AnyTagClassName
 {
   color: #80402C;
 }
</style>

background-color css

<style>
 a { background-color: #80402C; }

 a { background-color: rgb(128,64,44); }

 div.DivClassName
 {
   background-color: #80402C;
 }
 .BgClassName
 {
   background-color: #80402C;
 }
</style>

border-color css

<style>
 span { border-color: #80402C; }

 span { border-color: rgb(128,64,44); }

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