Html Css Color HEX #804428 Copper Canyon

📋 copy color: '#804428'

red 128 ◦ green 68 ◦ blue 40

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

Shades of Copper Canyon #804428

Tints of Copper Canyon #804428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 54.24%
G = 28.81%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804428 (or 0x804428) is known color: Copper Canyon. HEX triplet: 80, 44 and 28. RGB value is (128,68,40). Sum of RGB (Red+Green+Blue) = 128+68+40=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804428 is #7FBBD7. Grayscale: #525252. Windows color (decimal): -8371160 or 2638976. OLE color: 2638976.

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

Color convert

RGB 128 68 40 -
CMYK 0 0.47 0.69 0.50
HSL 19.09º 0.52% 0.33% -
HSV(B) 19.09º 0.69% 0.5% -
XYZ 11.35 8.88 3.12 -
YUV 82.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 128 68 40 0 0.47 0.69 0.50 19.09 0.52 0.33
Hex 80 44 28 0 2F 45 32 13 34 21
Octal 200 104 50 0 57 105 62 23 64 41
Binary 10000000 1000100 101000 0 101111 1000101 110010 10011 110100 100001

Color Harmonies of #804428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804428

Black with #804428

Text Example


Text Example

White with #804428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804428; }

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

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

background-color css

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

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

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

border-color css

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

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

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