Html Css Color HEX #804029 Copper Canyon

📋 copy color: '#804029'

red 128 ◦ green 64 ◦ blue 41

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

Shades of Copper Canyon #804029

Tints of Copper Canyon #804029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 54.94%
G = 27.47%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#804029 (or 0x804029) is known color: Copper Canyon. HEX triplet: 80, 40 and 29. RGB value is (128,64,41). Sum of RGB (Red+Green+Blue) = 128+64+41=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804029 is #7FBFD6. Grayscale: #505050. Windows color (decimal): -8372183 or 2703488. OLE color: 2703488.

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

Color convert

RGB 128 64 41 -
CMYK 0 0.5 0.68 0.50
HSL 15.86º 0.51% 0.33% -
HSV(B) 15.86º 0.68% 0.5% -
XYZ 11.14 8.42 3.14 -
YUV 80.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 128 64 41 0 0.5 0.68 0.50 15.86 0.51 0.33
Hex 80 40 29 0 32 44 32 10 33 21
Octal 200 100 51 0 62 104 62 20 63 41
Binary 10000000 1000000 101001 0 110010 1000100 110010 10000 110011 100001

Color Harmonies of #804029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804029

Black with #804029

Text Example


Text Example

White with #804029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804029; }

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

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

background-color css

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

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

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

border-color css

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

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

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