Html Css Color HEX #824024 Copper Canyon

📋 copy color: '#824024'

red 130 ◦ green 64 ◦ blue 36

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

Shades of Copper Canyon #824024

Tints of Copper Canyon #824024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 56.52%
G = 27.83%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824024 (or 0x824024) is known color: Copper Canyon. HEX triplet: 82, 40 and 24. RGB value is (130,64,36). Sum of RGB (Red+Green+Blue) = 130+64+36=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824024 is #7DBFDB. Grayscale: #505050. Windows color (decimal): -8241116 or 2375810. OLE color: 2375810.

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

Color convert

RGB 130 64 36 -
CMYK 0 0.51 0.72 0.49
HSL 17.87º 0.57% 0.33% -
HSV(B) 17.87º 0.72% 0.51% -
XYZ 11.36 8.54 2.72 -
YUV 80.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 130 64 36 0 0.51 0.72 0.49 17.87 0.57 0.33
Hex 82 40 24 0 33 48 31 12 39 21
Octal 202 100 44 0 63 110 61 22 71 41
Binary 10000010 1000000 100100 0 110011 1001000 110001 10010 111001 100001

Color Harmonies of #824024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824024

Black with #824024

Text Example


Text Example

White with #824024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824024; }

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

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

background-color css

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

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

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

border-color css

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

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

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