Html Css Color HEX #83442A Copper Canyon

📋 copy color: '#83442A'

red 131 ◦ green 68 ◦ blue 42

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

Shades of Copper Canyon #83442A

Tints of Copper Canyon #83442A

RGB

 RED value IS 131 (51.56% from 255) = 54.36%

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

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

R = 54.36%
G = 28.22%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83442A (or 0x83442A) is known color: Copper Canyon. HEX triplet: 83, 44 and 2A. RGB value is (131,68,42). Sum of RGB (Red+Green+Blue) = 131+68+42=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83442A is #7CBBD5. Grayscale: #545454. Windows color (decimal): -8174550 or 2770051. OLE color: 2770051.

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

Color convert

RGB 131 68 42 -
CMYK 0 0.48 0.68 0.49
HSL 17.53º 0.51% 0.34% -
HSV(B) 17.53º 0.68% 0.51% -
XYZ 11.85 9.13 3.33 -
YUV 83.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 131 68 42 0 0.48 0.68 0.49 17.53 0.51 0.34
Hex 83 44 2A 0 30 44 31 12 33 22
Octal 203 104 52 0 60 104 61 22 63 42
Binary 10000011 1000100 101010 0 110000 1000100 110001 10010 110011 100010

Color Harmonies of #83442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83442A

Black with #83442A

Text Example


Text Example

White with #83442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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