Html Css Color HEX #804027 Copper Canyon

📋 copy color: '#804027'

red 128 ◦ green 64 ◦ blue 39

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

Shades of Copper Canyon #804027

Tints of Copper Canyon #804027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.88%

R = 55.41%
G = 27.71%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804027 (or 0x804027) is known color: Copper Canyon. HEX triplet: 80, 40 and 27. RGB value is (128,64,39). Sum of RGB (Red+Green+Blue) = 128+64+39=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #804027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804027 is #7FBFD8. Grayscale: #505050. Windows color (decimal): -8372185 or 2572416. OLE color: 2572416.

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

Color convert

RGB 128 64 39 -
CMYK 0 0.5 0.70 0.50
HSL 16.85º 0.53% 0.33% -
HSV(B) 16.85º 0.7% 0.5% -
XYZ 11.1 8.4 2.96 -
YUV 80.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 128 64 39 0 0.5 0.70 0.50 16.85 0.53 0.33
Hex 80 40 27 0 32 46 32 11 35 21
Octal 200 100 47 0 62 106 62 21 65 41
Binary 10000000 1000000 100111 0 110010 1000110 110010 10001 110101 100001

Color Harmonies of #804027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804027

Black with #804027

Text Example


Text Example

White with #804027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804027; }

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

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

background-color css

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

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

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

border-color css

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

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

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