Html Css Color HEX #824124 Copper Canyon

📋 copy color: '#824124'

red 130 ◦ green 65 ◦ blue 36

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

Shades of Copper Canyon #824124

Tints of Copper Canyon #824124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 56.28%
G = 28.14%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824124 (or 0x824124) is known color: Copper Canyon. HEX triplet: 82, 41 and 24. RGB value is (130,65,36). Sum of RGB (Red+Green+Blue) = 130+65+36=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #824124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824124 is #7DBEDB. Grayscale: #515151. Windows color (decimal): -8240860 or 2376066. OLE color: 2376066.

HSL color Cylindrical-coordinate representation of color #824124: hue angle of 18.51º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824124 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 36 -
CMYK 0 0.50 0.72 0.49
HSL 18.51º 0.57% 0.33% -
HSV(B) 18.51º 0.72% 0.51% -
XYZ 11.41 8.65 2.74 -
YUV 81.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 130 65 36 0 0.50 0.72 0.49 18.51 0.57 0.33
Hex 82 41 24 0 32 48 31 13 39 21
Octal 202 101 44 0 62 110 61 23 71 41
Binary 10000010 1000001 100100 0 110010 1001000 110001 10011 111001 100001

Color Harmonies of #824124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824124

Black with #824124

Text Example


Text Example

White with #824124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824124; }

 p { color: rgb(130,65,36); }

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

background-color css

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

 a { background-color: rgb(130,65,36); }

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

border-color css

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

 span { border-color: rgb(130,65,36); }

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