Html Css Color HEX #80452A Copper Canyon

📋 copy color: '#80452A'

red 128 ◦ green 69 ◦ blue 42

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

Shades of Copper Canyon #80452A

Tints of Copper Canyon #80452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 53.56%
G = 28.87%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80452A (or 0x80452A) is known color: Copper Canyon. HEX triplet: 80, 45 and 2A. RGB value is (128,69,42). Sum of RGB (Red+Green+Blue) = 128+69+42=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80452A is #7FBAD5. Grayscale: #535353. Windows color (decimal): -8370902 or 2770304. OLE color: 2770304.

HSL color Cylindrical-coordinate representation of color #80452A: hue angle of 18.84º 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 #80452A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 69 42 -
CMYK 0 0.46 0.67 0.50
HSL 18.84º 0.51% 0.33% -
HSV(B) 18.84º 0.67% 0.5% -
XYZ 11.45 9.01 3.33 -
YUV 83.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 128 69 42 0 0.46 0.67 0.50 18.84 0.51 0.33
Hex 80 45 2A 0 2E 43 32 13 33 21
Octal 200 105 52 0 56 103 62 23 63 41
Binary 10000000 1000101 101010 0 101110 1000011 110010 10011 110011 100001

Color Harmonies of #80452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80452A

Black with #80452A

Text Example


Text Example

White with #80452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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