Html Css Color HEX #804125 Copper Canyon

📋 copy color: '#804125'

red 128 ◦ green 65 ◦ blue 37

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

Shades of Copper Canyon #804125

Tints of Copper Canyon #804125

RGB

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

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

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

R = 55.65%
G = 28.26%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804125 (or 0x804125) is known color: Copper Canyon. HEX triplet: 80, 41 and 25. RGB value is (128,65,37). Sum of RGB (Red+Green+Blue) = 128+65+37=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #804125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804125 is #7FBEDA. Grayscale: #505050. Windows color (decimal): -8371931 or 2441600. OLE color: 2441600.

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

Color convert

RGB 128 65 37 -
CMYK 0 0.49 0.71 0.50
HSL 18.46º 0.55% 0.32% -
HSV(B) 18.46º 0.71% 0.5% -
XYZ 11.13 8.5 2.81 -
YUV 80.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 128 65 37 0 0.49 0.71 0.50 18.46 0.55 0.32
Hex 80 41 25 0 31 47 32 12 37 20
Octal 200 101 45 0 61 107 62 22 67 40
Binary 10000000 1000001 100101 0 110001 1000111 110010 10010 110111 100000

Color Harmonies of #804125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804125

Black with #804125

Text Example


Text Example

White with #804125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804125; }

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

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

background-color css

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

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

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

border-color css

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

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

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