Html Css Color HEX #84442A Copper Canyon

📋 copy color: '#84442A'

red 132 ◦ green 68 ◦ blue 42

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

Shades of Copper Canyon #84442A

Tints of Copper Canyon #84442A

RGB

 RED value IS 132 (51.95% from 255) = 54.55%

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 54.55%
G = 28.1%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84442A (or 0x84442A) is known color: Copper Canyon. HEX triplet: 84, 44 and 2A. RGB value is (132,68,42). Sum of RGB (Red+Green+Blue) = 132+68+42=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84442A is #7BBBD5. Grayscale: #545454. Windows color (decimal): -8109014 or 2770052. OLE color: 2770052.

HSL color Cylindrical-coordinate representation of color #84442A: hue angle of 17.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84442A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 42 -
CMYK 0 0.48 0.68 0.48
HSL 17.33º 0.52% 0.34% -
HSV(B) 17.33º 0.68% 0.52% -
XYZ 12 9.21 3.34 -
YUV 84.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 132 68 42 0 0.48 0.68 0.48 17.33 0.52 0.34
Hex 84 44 2A 0 30 44 30 11 34 22
Octal 204 104 52 0 60 104 60 21 64 42
Binary 10000100 1000100 101010 0 110000 1000100 110000 10001 110100 100010

Color Harmonies of #84442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84442A

Black with #84442A

Text Example


Text Example

White with #84442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84442A; }

 p { color: rgb(132,68,42); }

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

background-color css

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

 a { background-color: rgb(132,68,42); }

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

border-color css

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

 span { border-color: rgb(132,68,42); }

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