Html Css Color HEX #804127 Copper Canyon

📋 copy color: '#804127'

red 128 ◦ green 65 ◦ blue 39

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

Shades of Copper Canyon #804127

Tints of Copper Canyon #804127

RGB

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

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

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

R = 55.17%
G = 28.02%
B = 16.81%

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

#804127 (or 0x804127) is known color: Copper Canyon. HEX triplet: 80, 41 and 27. RGB value is (128,65,39). Sum of RGB (Red+Green+Blue) = 128+65+39=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804127 is #7FBED8. Grayscale: #515151. Windows color (decimal): -8371929 or 2572672. OLE color: 2572672.

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

Color convert

RGB 128 65 39 -
CMYK 0 0.49 0.70 0.50
HSL 17.53º 0.53% 0.33% -
HSV(B) 17.53º 0.7% 0.5% -
XYZ 11.16 8.52 2.98 -
YUV 80.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 128 65 39 0 0.49 0.70 0.50 17.53 0.53 0.33
Hex 80 41 27 0 31 46 32 12 35 21
Octal 200 101 47 0 61 106 62 22 65 41
Binary 10000000 1000001 100111 0 110001 1000110 110010 10010 110101 100001

Color Harmonies of #804127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804127

Black with #804127

Text Example


Text Example

White with #804127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804127; }

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

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

background-color css

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

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

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

border-color css

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

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

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