Html Css Color HEX #824126 Copper Canyon

📋 copy color: '#824126'

red 130 ◦ green 65 ◦ blue 38

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

Shades of Copper Canyon #824126

Tints of Copper Canyon #824126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 55.79%
G = 27.9%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#824126 (or 0x824126) is known color: Copper Canyon. HEX triplet: 82, 41 and 26. RGB value is (130,65,38). Sum of RGB (Red+Green+Blue) = 130+65+38=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824126 is #7DBED9. Grayscale: #515151. Windows color (decimal): -8240858 or 2507138. OLE color: 2507138.

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

Color convert

RGB 130 65 38 -
CMYK 0 0.50 0.71 0.49
HSL 17.61º 0.55% 0.33% -
HSV(B) 17.61º 0.71% 0.51% -
XYZ 11.45 8.67 2.9 -
YUV 81.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 130 65 38 0 0.50 0.71 0.49 17.61 0.55 0.33
Hex 82 41 26 0 32 47 31 12 37 21
Octal 202 101 46 0 62 107 61 22 67 41
Binary 10000010 1000001 100110 0 110010 1000111 110001 10010 110111 100001

Color Harmonies of #824126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824126

Black with #824126

Text Example


Text Example

White with #824126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824126; }

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

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

background-color css

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

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

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

border-color css

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

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

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