Html Css Color HEX #824328 Copper Canyon

📋 copy color: '#824328'

red 130 ◦ green 67 ◦ blue 40

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

Shades of Copper Canyon #824328

Tints of Copper Canyon #824328

RGB

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

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

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

R = 54.85%
G = 28.27%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#824328 (or 0x824328) is known color: Copper Canyon. HEX triplet: 82, 43 and 28. RGB value is (130,67,40). Sum of RGB (Red+Green+Blue) = 130+67+40=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824328 is #7DBCD7. Grayscale: #525252. Windows color (decimal): -8240344 or 2638722. OLE color: 2638722.

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

Color convert

RGB 130 67 40 -
CMYK 0 0.48 0.69 0.49
HSL 18º 0.53% 0.33% -
HSV(B) 18º 0.69% 0.51% -
XYZ 11.6 8.91 3.12 -
YUV 82.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 130 67 40 0 0.48 0.69 0.49 18 0.53 0.33
Hex 82 43 28 0 30 45 31 12 35 21
Octal 202 103 50 0 60 105 61 22 65 41
Binary 10000010 1000011 101000 0 110000 1000101 110001 10010 110101 100001

Color Harmonies of #824328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824328

Black with #824328

Text Example


Text Example

White with #824328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824328; }

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

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

background-color css

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

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

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

border-color css

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

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

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