Html Css Color HEX #804227 Copper Canyon

📋 copy color: '#804227'

red 128 ◦ green 66 ◦ blue 39

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

Shades of Copper Canyon #804227

Tints of Copper Canyon #804227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 54.94%
G = 28.33%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804227 (or 0x804227) is known color: Copper Canyon. HEX triplet: 80, 42 and 27. RGB value is (128,66,39). Sum of RGB (Red+Green+Blue) = 128+66+39=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804227 is #7FBDD8. Grayscale: #515151. Windows color (decimal): -8371673 or 2572928. OLE color: 2572928.

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

Color convert

RGB 128 66 39 -
CMYK 0 0.48 0.70 0.50
HSL 18.2º 0.53% 0.33% -
HSV(B) 18.2º 0.7% 0.5% -
XYZ 11.22 8.63 2.99 -
YUV 81.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 128 66 39 0 0.48 0.70 0.50 18.2 0.53 0.33
Hex 80 42 27 0 30 46 32 12 35 21
Octal 200 102 47 0 60 106 62 22 65 41
Binary 10000000 1000010 100111 0 110000 1000110 110010 10010 110101 100001

Color Harmonies of #804227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804227

Black with #804227

Text Example


Text Example

White with #804227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804227; }

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

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

background-color css

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

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

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

border-color css

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

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

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