Html Css Color HEX #824327 Copper Canyon

📋 copy color: '#824327'

red 130 ◦ green 67 ◦ blue 39

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

Shades of Copper Canyon #824327

Tints of Copper Canyon #824327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 55.08%
G = 28.39%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824327 (or 0x824327) is known color: Copper Canyon. HEX triplet: 82, 43 and 27. RGB value is (130,67,39). Sum of RGB (Red+Green+Blue) = 130+67+39=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824327 is #7DBCD8. Grayscale: #525252. Windows color (decimal): -8240345 or 2573186. OLE color: 2573186.

HSL color Cylindrical-coordinate representation of color #824327: hue angle of 18.46º 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 #824327 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 39 -
CMYK 0 0.48 0.70 0.49
HSL 18.46º 0.54% 0.33% -
HSV(B) 18.46º 0.7% 0.51% -
XYZ 11.58 8.91 3.03 -
YUV 82.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 130 67 39 0 0.48 0.70 0.49 18.46 0.54 0.33
Hex 82 43 27 0 30 46 31 12 36 21
Octal 202 103 47 0 60 106 61 22 66 41
Binary 10000010 1000011 100111 0 110000 1000110 110001 10010 110110 100001

Color Harmonies of #824327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824327

Black with #824327

Text Example


Text Example

White with #824327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824327; }

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

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

background-color css

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

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

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

border-color css

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

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

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