Html Css Color HEX #824427 Copper Canyon

📋 copy color: '#824427'

red 130 ◦ green 68 ◦ blue 39

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

Shades of Copper Canyon #824427

Tints of Copper Canyon #824427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 54.85%
G = 28.69%
B = 16.46%

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

#824427 (or 0x824427) is known color: Copper Canyon. HEX triplet: 82, 44 and 27. RGB value is (130,68,39). Sum of RGB (Red+Green+Blue) = 130+68+39=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824427 is #7DBBD8. Grayscale: #535353. Windows color (decimal): -8240089 or 2573442. OLE color: 2573442.

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

Color convert

RGB 130 68 39 -
CMYK 0 0.48 0.70 0.49
HSL 19.12º 0.54% 0.33% -
HSV(B) 19.12º 0.7% 0.51% -
XYZ 11.64 9.03 3.05 -
YUV 83.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 130 68 39 0 0.48 0.70 0.49 19.12 0.54 0.33
Hex 82 44 27 0 30 46 31 13 36 21
Octal 202 104 47 0 60 106 61 23 66 41
Binary 10000010 1000100 100111 0 110000 1000110 110001 10011 110110 100001

Color Harmonies of #824427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824427

Black with #824427

Text Example


Text Example

White with #824427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824427; }

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

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

background-color css

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

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

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

border-color css

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

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

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