Html Css Color HEX #82422A Copper Canyon

📋 copy color: '#82422A'

red 130 ◦ green 66 ◦ blue 42

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

Shades of Copper Canyon #82422A

Tints of Copper Canyon #82422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 54.62%
G = 27.73%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82422A (or 0x82422A) is known color: Copper Canyon. HEX triplet: 82, 42 and 2A. RGB value is (130,66,42). Sum of RGB (Red+Green+Blue) = 130+66+42=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82422A is #7DBDD5. Grayscale: #525252. Windows color (decimal): -8240598 or 2769538. OLE color: 2769538.

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

Color convert

RGB 130 66 42 -
CMYK 0 0.49 0.68 0.49
HSL 16.36º 0.51% 0.34% -
HSV(B) 16.36º 0.68% 0.51% -
XYZ 11.57 8.81 3.28 -
YUV 82.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 130 66 42 0 0.49 0.68 0.49 16.36 0.51 0.34
Hex 82 42 2A 0 31 44 31 10 33 22
Octal 202 102 52 0 61 104 61 20 63 42
Binary 10000010 1000010 101010 0 110001 1000100 110001 10000 110011 100010

Color Harmonies of #82422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82422A

Black with #82422A

Text Example


Text Example

White with #82422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82422A; }

 p { color: rgb(130,66,42); }

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

background-color css

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

 a { background-color: rgb(130,66,42); }

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

border-color css

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

 span { border-color: rgb(130,66,42); }

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