Html Css Color HEX #804128 Copper Canyon

📋 copy color: '#804128'

red 128 ◦ green 65 ◦ blue 40

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

Shades of Copper Canyon #804128

Tints of Copper Canyon #804128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 54.94%
G = 27.9%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804128 (or 0x804128) is known color: Copper Canyon. HEX triplet: 80, 41 and 28. RGB value is (128,65,40). Sum of RGB (Red+Green+Blue) = 128+65+40=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804128 is #7FBED7. Grayscale: #515151. Windows color (decimal): -8371928 or 2638208. OLE color: 2638208.

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

Color convert

RGB 128 65 40 -
CMYK 0 0.49 0.69 0.50
HSL 17.05º 0.52% 0.33% -
HSV(B) 17.05º 0.69% 0.5% -
XYZ 11.18 8.52 3.06 -
YUV 80.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 128 65 40 0 0.49 0.69 0.50 17.05 0.52 0.33
Hex 80 41 28 0 31 45 32 11 34 21
Octal 200 101 50 0 61 105 62 21 64 41
Binary 10000000 1000001 101000 0 110001 1000101 110010 10001 110100 100001

Color Harmonies of #804128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804128

Black with #804128

Text Example


Text Example

White with #804128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804128; }

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

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

background-color css

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

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

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

border-color css

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

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

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