Html Css Color HEX #824529 Copper Canyon

📋 copy color: '#824529'

red 130 ◦ green 69 ◦ blue 41

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

Shades of Copper Canyon #824529

Tints of Copper Canyon #824529

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 54.17%
G = 28.75%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#824529 (or 0x824529) is known color: Copper Canyon. HEX triplet: 82, 45 and 29. RGB value is (130,69,41). Sum of RGB (Red+Green+Blue) = 130+69+41=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824529 is #7DBAD6. Grayscale: #545454. Windows color (decimal): -8239831 or 2704770. OLE color: 2704770.

HSL color Cylindrical-coordinate representation of color #824529: hue angle of 18.88º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824529 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 41 -
CMYK 0 0.47 0.68 0.49
HSL 18.88º 0.52% 0.34% -
HSV(B) 18.88º 0.68% 0.51% -
XYZ 11.73 9.16 3.25 -
YUV 84.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 130 69 41 0 0.47 0.68 0.49 18.88 0.52 0.34
Hex 82 45 29 0 2F 44 31 13 34 22
Octal 202 105 51 0 57 104 61 23 64 42
Binary 10000010 1000101 101001 0 101111 1000100 110001 10011 110100 100010

Color Harmonies of #824529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824529

Black with #824529

Text Example


Text Example

White with #824529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824529; }

 p { color: rgb(130,69,41); }

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

background-color css

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

 a { background-color: rgb(130,69,41); }

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

border-color css

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

 span { border-color: rgb(130,69,41); }

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