Html Css Color HEX #804126 Copper Canyon

📋 copy color: '#804126'

red 128 ◦ green 65 ◦ blue 38

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

Shades of Copper Canyon #804126

Tints of Copper Canyon #804126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 55.41%
G = 28.14%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804126 (or 0x804126) is known color: Copper Canyon. HEX triplet: 80, 41 and 26. RGB value is (128,65,38). Sum of RGB (Red+Green+Blue) = 128+65+38=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #804126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804126 is #7FBED9. Grayscale: #505050. Windows color (decimal): -8371930 or 2507136. OLE color: 2507136.

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

Color convert

RGB 128 65 38 -
CMYK 0 0.49 0.70 0.50
HSL 18º 0.54% 0.33% -
HSV(B) 18º 0.7% 0.5% -
XYZ 11.14 8.51 2.89 -
YUV 80.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 128 65 38 0 0.49 0.70 0.50 18 0.54 0.33
Hex 80 41 26 0 31 46 32 12 36 21
Octal 200 101 46 0 61 106 62 22 66 41
Binary 10000000 1000001 100110 0 110001 1000110 110010 10010 110110 100001

Color Harmonies of #804126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804126

Black with #804126

Text Example


Text Example

White with #804126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804126; }

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

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

background-color css

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

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

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

border-color css

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

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

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