Html Css Color HEX #824228 Copper Canyon

📋 copy color: '#824228'

red 130 ◦ green 66 ◦ blue 40

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

Shades of Copper Canyon #824228

Tints of Copper Canyon #824228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 55.08%
G = 27.97%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#824228 (or 0x824228) is known color: Copper Canyon. HEX triplet: 82, 42 and 28. RGB value is (130,66,40). Sum of RGB (Red+Green+Blue) = 130+66+40=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824228 is #7DBDD7. Grayscale: #525252. Windows color (decimal): -8240600 or 2638466. OLE color: 2638466.

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

Color convert

RGB 130 66 40 -
CMYK 0 0.49 0.69 0.49
HSL 17.33º 0.53% 0.33% -
HSV(B) 17.33º 0.69% 0.51% -
XYZ 11.54 8.8 3.1 -
YUV 82.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 130 66 40 0 0.49 0.69 0.49 17.33 0.53 0.33
Hex 82 42 28 0 31 45 31 11 35 21
Octal 202 102 50 0 61 105 61 21 65 41
Binary 10000010 1000010 101000 0 110001 1000101 110001 10001 110101 100001

Color Harmonies of #824228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824228

Black with #824228

Text Example


Text Example

White with #824228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824228; }

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

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

background-color css

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

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

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

border-color css

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

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

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