Html Css Color HEX #804229 Copper Canyon

📋 copy color: '#804229'

red 128 ◦ green 66 ◦ blue 41

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

Shades of Copper Canyon #804229

Tints of Copper Canyon #804229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 54.47%
G = 28.09%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#804229 (or 0x804229) is known color: Copper Canyon. HEX triplet: 80, 42 and 29. RGB value is (128,66,41). Sum of RGB (Red+Green+Blue) = 128+66+41=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804229 is #7FBDD6. Grayscale: #515151. Windows color (decimal): -8371671 or 2704000. OLE color: 2704000.

HSL color Cylindrical-coordinate representation of color #804229: hue angle of 17.24º 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 #804229 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 41 -
CMYK 0 0.48 0.68 0.50
HSL 17.24º 0.51% 0.33% -
HSV(B) 17.24º 0.68% 0.5% -
XYZ 11.25 8.65 3.17 -
YUV 81.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 128 66 41 0 0.48 0.68 0.50 17.24 0.51 0.33
Hex 80 42 29 0 30 44 32 11 33 21
Octal 200 102 51 0 60 104 62 21 63 41
Binary 10000000 1000010 101001 0 110000 1000100 110010 10001 110011 100001

Color Harmonies of #804229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804229

Black with #804229

Text Example


Text Example

White with #804229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804229; }

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

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

background-color css

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

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

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

border-color css

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

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

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