Html Css Color HEX #824227 Copper Canyon

📋 copy color: '#824227'

red 130 ◦ green 66 ◦ blue 39

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

Shades of Copper Canyon #824227

Tints of Copper Canyon #824227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 55.32%
G = 28.09%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824227 (or 0x824227) is known color: Copper Canyon. HEX triplet: 82, 42 and 27. RGB value is (130,66,39). Sum of RGB (Red+Green+Blue) = 130+66+39=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #824227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824227 is #7DBDD8. Grayscale: #525252. Windows color (decimal): -8240601 or 2572930. OLE color: 2572930.

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

Color convert

RGB 130 66 39 -
CMYK 0 0.49 0.70 0.49
HSL 17.8º 0.54% 0.33% -
HSV(B) 17.8º 0.7% 0.51% -
XYZ 11.52 8.79 3.01 -
YUV 82.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 130 66 39 0 0.49 0.70 0.49 17.8 0.54 0.33
Hex 82 42 27 0 31 46 31 12 36 21
Octal 202 102 47 0 61 106 61 22 66 41
Binary 10000010 1000010 100111 0 110001 1000110 110001 10010 110110 100001

Color Harmonies of #824227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824227

Black with #824227

Text Example


Text Example

White with #824227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824227; }

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

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

background-color css

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

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

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

border-color css

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

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

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