Html Css Color HEX #804425 Copper Canyon

📋 copy color: '#804425'

red 128 ◦ green 68 ◦ blue 37

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

Shades of Copper Canyon #804425

Tints of Copper Canyon #804425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 54.94%
G = 29.18%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804425 (or 0x804425) is known color: Copper Canyon. HEX triplet: 80, 44 and 25. RGB value is (128,68,37). Sum of RGB (Red+Green+Blue) = 128+68+37=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804425 is #7FBBDA. Grayscale: #525252. Windows color (decimal): -8371163 or 2442368. OLE color: 2442368.

HSL color Cylindrical-coordinate representation of color #804425: hue angle of 20.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804425 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 37 -
CMYK 0 0.47 0.71 0.50
HSL 20.44º 0.55% 0.32% -
HSV(B) 20.44º 0.71% 0.5% -
XYZ 11.3 8.86 2.86 -
YUV 82.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 128 68 37 0 0.47 0.71 0.50 20.44 0.55 0.32
Hex 80 44 25 0 2F 47 32 14 37 20
Octal 200 104 45 0 57 107 62 24 67 40
Binary 10000000 1000100 100101 0 101111 1000111 110010 10100 110111 100000

Color Harmonies of #804425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804425

Black with #804425

Text Example


Text Example

White with #804425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804425; }

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

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

background-color css

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

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

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

border-color css

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

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

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