Html Css Color HEX #824326 Copper Canyon

📋 copy color: '#824326'

red 130 ◦ green 67 ◦ blue 38

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

Shades of Copper Canyon #824326

Tints of Copper Canyon #824326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 55.32%
G = 28.51%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#824326 (or 0x824326) is known color: Copper Canyon. HEX triplet: 82, 43 and 26. RGB value is (130,67,38). Sum of RGB (Red+Green+Blue) = 130+67+38=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #824326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824326 is #7DBCD9. Grayscale: #525252. Windows color (decimal): -8240346 or 2507650. OLE color: 2507650.

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

Color convert

RGB 130 67 38 -
CMYK 0 0.48 0.71 0.49
HSL 18.91º 0.55% 0.33% -
HSV(B) 18.91º 0.71% 0.51% -
XYZ 11.56 8.9 2.94 -
YUV 82.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 130 67 38 0 0.48 0.71 0.49 18.91 0.55 0.33
Hex 82 43 26 0 30 47 31 13 37 21
Octal 202 103 46 0 60 107 61 23 67 41
Binary 10000010 1000011 100110 0 110000 1000111 110001 10011 110111 100001

Color Harmonies of #824326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824326

Black with #824326

Text Example


Text Example

White with #824326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824326; }

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

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

background-color css

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

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

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

border-color css

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

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

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