Html Css Color HEX #83412B Copper Canyon

📋 copy color: '#83412B'

red 131 ◦ green 65 ◦ blue 43

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

Shades of Copper Canyon #83412B

Tints of Copper Canyon #83412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 54.81%
G = 27.2%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83412B (or 0x83412B) is known color: Copper Canyon. HEX triplet: 83, 41 and 2B. RGB value is (131,65,43). Sum of RGB (Red+Green+Blue) = 131+65+43=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83412B is #7CBED4. Grayscale: #525252. Windows color (decimal): -8175317 or 2834819. OLE color: 2834819.

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

Color convert

RGB 131 65 43 -
CMYK 0 0.50 0.67 0.49
HSL 15º 0.51% 0.34% -
HSV(B) 15º 0.67% 0.51% -
XYZ 11.69 8.78 3.36 -
YUV 82.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 131 65 43 0 0.50 0.67 0.49 15 0.51 0.34
Hex 83 41 2B 0 32 43 31 F 33 22
Octal 203 101 53 0 62 103 61 17 63 42
Binary 10000011 1000001 101011 0 110010 1000011 110001 1111 110011 100010

Color Harmonies of #83412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83412B

Black with #83412B

Text Example


Text Example

White with #83412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83412B; }

 p { color: rgb(131,65,43); }

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

background-color css

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

 a { background-color: rgb(131,65,43); }

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

border-color css

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

 span { border-color: rgb(131,65,43); }

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