Html Css Color HEX #80462A Copper Canyon

📋 copy color: '#80462A'

red 128 ◦ green 70 ◦ blue 42

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

Shades of Copper Canyon #80462A

Tints of Copper Canyon #80462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 53.33%
G = 29.17%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80462A (or 0x80462A) is known color: Copper Canyon. HEX triplet: 80, 46 and 2A. RGB value is (128,70,42). Sum of RGB (Red+Green+Blue) = 128+70+42=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80462A is #7FB9D5. Grayscale: #545454. Windows color (decimal): -8370646 or 2770560. OLE color: 2770560.

HSL color Cylindrical-coordinate representation of color #80462A: hue angle of 19.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80462A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 42 -
CMYK 0 0.45 0.67 0.50
HSL 19.53º 0.51% 0.33% -
HSV(B) 19.53º 0.67% 0.5% -
XYZ 11.51 9.14 3.35 -
YUV 84.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 128 70 42 0 0.45 0.67 0.50 19.53 0.51 0.33
Hex 80 46 2A 0 2D 43 32 14 33 21
Octal 200 106 52 0 55 103 62 24 63 41
Binary 10000000 1000110 101010 0 101101 1000011 110010 10100 110011 100001

Color Harmonies of #80462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80462A

Black with #80462A

Text Example


Text Example

White with #80462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80462A; }

 p { color: rgb(128,70,42); }

 H1.HeaderClassName
 {
   color: #80462A;
 }
 .AnyTagClassName
 {
   color: #80462A;
 }
</style>

background-color css

<style>
 a { background-color: #80462A; }

 a { background-color: rgb(128,70,42); }

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

border-color css

<style>
 span { border-color: #80462A; }

 span { border-color: rgb(128,70,42); }

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