Html Css Color HEX #824225 Copper Canyon

📋 copy color: '#824225'

red 130 ◦ green 66 ◦ blue 37

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

Shades of Copper Canyon #824225

Tints of Copper Canyon #824225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 55.79%
G = 28.33%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824225 (or 0x824225) is known color: Copper Canyon. HEX triplet: 82, 42 and 25. RGB value is (130,66,37). Sum of RGB (Red+Green+Blue) = 130+66+37=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824225 is #7DBDDA. Grayscale: #525252. Windows color (decimal): -8240603 or 2441858. OLE color: 2441858.

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

Color convert

RGB 130 66 37 -
CMYK 0 0.49 0.72 0.49
HSL 18.71º 0.56% 0.33% -
HSV(B) 18.71º 0.72% 0.51% -
XYZ 11.49 8.78 2.84 -
YUV 81.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 130 66 37 0 0.49 0.72 0.49 18.71 0.56 0.33
Hex 82 42 25 0 31 48 31 13 38 21
Octal 202 102 45 0 61 110 61 23 70 41
Binary 10000010 1000010 100101 0 110001 1001000 110001 10011 111000 100001

Color Harmonies of #824225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824225

Black with #824225

Text Example


Text Example

White with #824225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824225; }

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

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

background-color css

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

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

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

border-color css

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

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

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