Html Css Color HEX #804426 Copper Canyon

📋 copy color: '#804426'

red 128 ◦ green 68 ◦ blue 38

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

Shades of Copper Canyon #804426

Tints of Copper Canyon #804426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 54.7%
G = 29.06%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804426 (or 0x804426) is known color: Copper Canyon. HEX triplet: 80, 44 and 26. RGB value is (128,68,38). Sum of RGB (Red+Green+Blue) = 128+68+38=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #804426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804426 is #7FBBD9. Grayscale: #525252. Windows color (decimal): -8371162 or 2507904. OLE color: 2507904.

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

Color convert

RGB 128 68 38 -
CMYK 0 0.47 0.70 0.50
HSL 20º 0.54% 0.33% -
HSV(B) 20º 0.7% 0.5% -
XYZ 11.32 8.86 2.95 -
YUV 82.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 128 68 38 0 0.47 0.70 0.50 20 0.54 0.33
Hex 80 44 26 0 2F 46 32 14 36 21
Octal 200 104 46 0 57 106 62 24 66 41
Binary 10000000 1000100 100110 0 101111 1000110 110010 10100 110110 100001

Color Harmonies of #804426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804426

Black with #804426

Text Example


Text Example

White with #804426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804426; }

 p { color: rgb(128,68,38); }

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

background-color css

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

 a { background-color: rgb(128,68,38); }

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

border-color css

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

 span { border-color: rgb(128,68,38); }

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