Html Css Color HEX #82422B Copper Canyon

📋 copy color: '#82422B'

red 130 ◦ green 66 ◦ blue 43

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

Shades of Copper Canyon #82422B

Tints of Copper Canyon #82422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 54.39%
G = 27.62%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82422B (or 0x82422B) is known color: Copper Canyon. HEX triplet: 82, 42 and 2B. RGB value is (130,66,43). Sum of RGB (Red+Green+Blue) = 130+66+43=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82422B is #7DBDD4. Grayscale: #525252. Windows color (decimal): -8240597 or 2835074. OLE color: 2835074.

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

Color convert

RGB 130 66 43 -
CMYK 0 0.49 0.67 0.49
HSL 15.86º 0.5% 0.34% -
HSV(B) 15.86º 0.67% 0.51% -
XYZ 11.59 8.82 3.38 -
YUV 82.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 130 66 43 0 0.49 0.67 0.49 15.86 0.5 0.34
Hex 82 42 2B 0 31 43 31 10 32 22
Octal 202 102 53 0 61 103 61 20 62 42
Binary 10000010 1000010 101011 0 110001 1000011 110001 10000 110010 100010

Color Harmonies of #82422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82422B

Black with #82422B

Text Example


Text Example

White with #82422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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