Html Css Color HEX #804325 Copper Canyon

📋 copy color: '#804325'

red 128 ◦ green 67 ◦ blue 37

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

Shades of Copper Canyon #804325

Tints of Copper Canyon #804325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 55.17%
G = 28.88%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804325 (or 0x804325) is known color: Copper Canyon. HEX triplet: 80, 43 and 25. RGB value is (128,67,37). Sum of RGB (Red+Green+Blue) = 128+67+37=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804325 is #7FBCDA. Grayscale: #525252. Windows color (decimal): -8371419 or 2442112. OLE color: 2442112.

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

Color convert

RGB 128 67 37 -
CMYK 0 0.48 0.71 0.50
HSL 19.78º 0.55% 0.32% -
HSV(B) 19.78º 0.71% 0.5% -
XYZ 11.24 8.74 2.84 -
YUV 81.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 128 67 37 0 0.48 0.71 0.50 19.78 0.55 0.32
Hex 80 43 25 0 30 47 32 14 37 20
Octal 200 103 45 0 60 107 62 24 67 40
Binary 10000000 1000011 100101 0 110000 1000111 110010 10100 110111 100000

Color Harmonies of #804325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804325

Black with #804325

Text Example


Text Example

White with #804325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804325; }

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

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

background-color css

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

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

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

border-color css

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

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

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